nao-pon / flysystem-copy
Copy.com 的 Flysystem 适配器
1.0.1
2015-02-04 08:52 UTC
Requires
- php: >=5.4.0
- barracuda/copy: ~1.1
- league/flysystem: ~1.0
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-08-24 04:06:47 UTC
README
安装说明
composer require league/flysystem-copy
使用方法
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'));