Download the PHP package ziggeo/simple-box-integration without Composer
On this page you can find all versions of the php package ziggeo/simple-box-integration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ziggeo/simple-box-integration
More information about ziggeo/simple-box-integration
Files in ziggeo/simple-box-integration
Download ziggeo/simple-box-integration
More information about ziggeo/simple-box-integration
Files in ziggeo/simple-box-integration
Vendor ziggeo
Package simple-box-integration
Short Description Simple PHP wrapper for the Box API
License Apache-2.0
Package simple-box-integration
Short Description Simple PHP wrapper for the Box API
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package simple-box-integration
simple-box-integration
A Box Content Api Integration to upload files. It does not take taker of the Auth part. For that, please use this.
It contains the base to use simple operations with files and folders:
- Files: upload and delete.
- Folders: create and delete.
Next on we will add functionality to manage the different types of entities that the Box Content API uses.
Installation
To install, use composer:
Usage
The wrapper can be used with the magic methods for files or folders:
or using the sendRequest method with the correct params:
where:
- The first param is the proper endpoint. Check the list here.
- The second is the endpoint type: api or upload. This depends on the endpoint. (Optional)
- The third is an array with options. (Optional)
- The last is the accessToken provided by Box. (Optional)
Main contributors
All versions of simple-box-integration with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
~6.0
The package ziggeo/simple-box-integration contains the following files
Loading the files please wait ....