定制 league/flysystem-copy 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

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'));

统计信息

  • 总下载量: 29.26k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 6
  • 推荐数: 6

GitHub 信息

  • Stars: 5
  • Watchers: 7
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-11