package flysystem-egnyte
Flysystem Adapter for the Egnyte V1 API
yespbs/flysystem-egnyte
Flysystem Adapter for the Egnyte V1 API
- Monday, September 11, 2017
- by yespbs
- Repository
- 1 Watchers
- 0 Stars
- 5 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
flysystem-egnyte
A flysystem driver for Egnyte https://www.egnyte.com/, (*1)
Usage
use League\Flysystem\Filesystem;
use Yespbs\Egnyte\Client;
use Yespbs\Egnyte\Model\File as EgnyteClient;
use Yespbs\FlysystemEgnyte\EgnyteAdapter;
$client = new EgnyteClient( null, 'domain', 'oauth token' );
$adapter = new EgnyteAdapter($client);
$filesystem = new Filesystem($adapter);
dev-master
9999999-dev
Flysystem Adapter for the Egnyte V1 API
Sources
Download
MIT
The Requires
The Development Requires
by
Priyabrata Sarkar
0.0.2
0.0.2.0
Flysystem Adapter for the Egnyte V1 API
Sources
Download
MIT
The Requires
The Development Requires
by
Priyabrata Sarkar
0.0.1
0.0.1.0
Flysystem Adapter for the Egnyte V1 API
Sources
Download
MIT
The Requires
The Development Requires
by
Priyabrata Sarkar