yespbs/egnyte
Composer 安装命令:
composer require yespbs/egnyte
包简介
Manage Egnyte uploads with the Egnyte public API
README 文档
README
Egnyte PHP Client
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' );
统计信息
- 总下载量: 11.83k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-10