Download the PHP package jpcaparas/box-sdk without Composer
On this page you can find all versions of the php package jpcaparas/box-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package box-sdk
Box Api v2.0 SDK under development.
So far this SDK has only machine to machine authentication mechanism and the following functionality
Folders
- Get folder info
- Get folder items
- Create folder
- Delete folder
- Get trashed items
- Destroy trashed folder
- Restore the trashed folder
Files
- Upload file
- Upload Pre flight - This API is used to check if the metadata supplied is valid or not.
- Get embed URL
- Delete a file (soft delete - Moves to trash)
- Destroy trashed file
- Restore the trashed file
Usage
Folder Service
-
To get the service
- Methods available in
$folder_service
File Service
-
To get the service
- Methods available in
$file_service
NOTE:
- All APIs return
\GuzzleHttp\Psr7\Response
(to get the body use$response->getBody()->getContents()
. Refer Guzzle HTTP Messages) exceptgetEmbedUrl($file_id)
which returns string. - Guzzle related exceptions and its documentation can be found in Guzzle Docs
All versions of box-sdk with dependencies
PHP Build Version
Package Version
The package jpcaparas/box-sdk contains the following files
Loading the files please wait ....