zburke/flysystem-box
Composer 安装命令:
composer require zburke/flysystem-box
包简介
Flysystem adapter for Box
README 文档
README
Installation
composer require zburke/flysystem-box
Usage
Assuming you have a valid bearer token from an oAuth2 authentication session:
use Zburke\Flysystem\Box\BoxAdapter; use League\Flysystem\Filesystem; $adapter = new BoxAdapter('oauth-token', [$prefix]); $filesystem = new Filesystem($adapter);
To generate a temporary developer token, visit https://app.box.com/developers/services/ and click the "Edit Application" button for the app you want to use, then click the "Create a developer token" button.
Support
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
统计信息
- 总下载量: 126
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-09