league/flysystem-copy
最新稳定版本:1.0.3
Composer 安装命令:
composer require league/flysystem-copy
包简介
Flysystem adapter for Copy.com
README 文档
README
See the following issue: https://github.com/thephpleague/flysystem-copy/issues/16
Flysystem Adapter for Copy.com
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'));
统计信息
- 总下载量: 29.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 6
- 推荐数: 6
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-11