dev-master
9999999-dev https://github.com/varik-kos/o-auth-box-comBox.com storage v2 API
MIT
The Requires
- php ^7.0
The Development Requires
by Valera Kostukevich
api box box.com v2 spatie box com
Wallogit.com
2017 © Pedro Peláez
Box.com storage v2 API
Api storage box.com v2.0, (*1)
You can install the package via composer:, (*2)
composer require varik-kos/o-auth-box-com
The first thing you need to do is get an authorization token at Box.com https://app.box.com/developers/console You'll find more info at the Box Developer Blog https://developer.box.com/reference, (*3)
use VarikKos\BoxComApi\Client $authToken = '**************************' //folder_id - The ID of the folder object $folder = 'folders/folder_id/items'; $client = new Client($authToken); $client->getFolderItems($folder);
Box.com storage v2 API
MIT
api box box.com v2 spatie box com