Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

thephpleague/flysystem-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCONTINUED

See the following issue: #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'));

About

[NOT MAINTAINED] Flysystem Copy.com Adapter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages