2017 © Pedro Peláez
 

library o-auth-box-com

Box.com storage v2 API

image

varik-kos/o-auth-box-com

Box.com storage v2 API

  • Tuesday, December 5, 2017
  • by varik-kos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

api.box.com

Api storage box.com v2.0, (*1)

Installation

You can install the package via composer:, (*2)

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, (*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);

PHP 7

The Versions

05/12 2017

dev-master

9999999-dev https://github.com/varik-kos/o-auth-box-com

Box.com storage v2 API

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Valera Kostukevich

api box box.com v2 spatie box com