package egnyte
Manage Egnyte uploads with the Egnyte public API
yespbs/egnyte
Manage Egnyte uploads with the Egnyte public API
- Monday, September 11, 2017
- by yespbs
- Repository
- 1 Watchers
- 0 Stars
- 6 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Egnyte
Egnyte PHP Client, (*1)
Updates
- Added support for copy
- Added support for listDir
- Renamed psr-4 methods
- @todo Chunked Upload
- @todo TestCases
Usage
$client = new \Yespbs\Egnyte\Client( 'domain', 'oauth token' );
$fileClient = new \Yespbs\Egnyte\Model\File( $client );
// OR $fileClient = new \Yespbs\Egnyte\Model\File( null, 'domain', 'oauth token' );
$response = $fileClient->upload('/Shared/Documents/test.txt', 'test file upload' );
dev-master
9999999-dev
Manage Egnyte uploads with the Egnyte public API
Sources
Download
MIT
The Requires
The Development Requires
by
Priyabrata
0.0.2
0.0.2.0
Manage Egnyte uploads with the Egnyte public API
Sources
Download
MIT
The Requires
The Development Requires
by
Priyabrata
0.0.1
0.0.1.0
Manage Egnyte uploads with the Egnyte public API
Sources
Download
MIT
The Requires
The Development Requires
by
Priyabrata