league/flysystem-copy

This package is abandoned and no longer maintained. No replacement package was suggested.

Flysystem adapter for Copy.com

Package info

github.com/thephpleague/flysystem-copy

pkg:composer/league/flysystem-copy

Statistics

Installs: 29 336

Dependents: 5

Suggesters: 6

Stars: 5

Open Issues: 0

1.0.3 2015-03-29 11:47 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 1962b6d8be193fdd0ec039744d676c6b0c0ab112

  • Frank de Jonge <info.woop@frenky.net>

This package is auto-updated.

Last update: 2022-02-01 12:43:31 UTC


README

See the following issue: https://github.com/thephpleague/flysystem-copy/issues/16

Flysystem Adapter for Copy.com

👁 Author
👁 Build Status
👁 Coverage Status
👁 Quality Score
👁 Software License
👁 Packagist Version
👁 Total Downloads

Installation

composer require league/flysystem-copy

Usage

use Barracuda\Copy\API;
use League\Flysystem\Filesystem;
use League\Flysystem\Copy\CopyAdapter as Adapter;

$client = new API($consumerKey, $consumerSecret, $accessToken, $tokenSecret);
$filesystem = new Filesystem(new Adapter($client, 'optional/path/prefix'));