8000 GitHub - varik-kos/o-auth-box-com: OAuth api box.com v2.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

varik-kos/o-auth-box-com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

api.box.com

Api storage box.com v2.0

Installation

You can install the package via composer:

composer require varik-kos/o-auth-box-com

Usage

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

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);

PHP 7

About

OAuth api box.com v2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0