Registry / networking / league-flysystem-copy

league-flysystem-copy

JSON →
library1.0.3phppackagistunverified

Flysystem adapter for Copy.com cloud storage.

composer require league/flysystem-copy
INSTALL
IMPORT
SIG · LEAGUE-FLYSYSTEM-C
L
league-flysystem-copy
networkingphpv1.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CopyAdapter
use League\Flysystem\Copy\CopyAdapter;

Create a Flysystem filesystem backed by Copy.com.

use League\Flysystem\Copy\CopyAdapter; use League\Flysystem\Filesystem; $client = new \Copy\CopyAPI('consumerKey', 'consumerSecret', 'token', 'tokenSecret'); $adapter = new CopyAdapter($client); $filesystem = new Filesystem($adapter);
Debug
Known issues
breakingCopy.com service is discontinued; this adapter is no longer functional.
fix
Migrate to a different Flysystem adapter (e.g., S3, Dropbox).
affects: >=1.0.0
Upgrade
Version history
1.0.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
league-flysystem-copy — pip install league-flysystem-copy · libregistry