hobiecat/boxphpapi
最新稳定版本:0.2.4
Composer 安装命令:
composer require hobiecat/boxphpapi
包简介
PHP API library for box.com
README 文档
README
Unofficial BoxPHPAPI v3 based on the API documentations located here.
THIS REPOSITORY IS BASED ON THE FORKED REPO, AND MERGES ALL CONTRIBUTIONS FROM OTHER GITHUB USERS, AS FOLLOWS:
Forked from golchha21/BoxPHPAPI
Merged contributions from:
Features
- Fetches the user details
- Folder:
- List the items
- List the collaborators
- List the folders/files
- Update folder details
- Create Folder
- Delete Folder & its content
- Share Folder
- Files:
- Fetches the file details
- Upload file
- Update file details
- Delete file
- Share file
Install
Via Composer
$ composer require hobiecat/boxphpapi
Using a Box Application Config File and JWT authentication
// build an istance, it will get its access_token $box = BoxAPI::getPreconfiguredInstance($jsonConfigPath); // use it $box->getUser();
Changelog
You can see the changelog here.
License
You can see the license here.
统计信息
- 总下载量: 357
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2019-05-16