2017 © Pedro Peláez
 

library flysystem-box

Flysystem adapter for Box

image

zburke/flysystem-box

Flysystem adapter for Box

  • Friday, September 30, 2016
  • by zburke
  • Repository
  • 1 Watchers
  • 2 Stars
  • 104 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Flysystem Adapter for Box.com

Installation

composer require zburke/flysystem-box

Usage

Assuming you have a valid bearer token from an oAuth2 authentication session:, (*1)

use Zburke\Flysystem\Box\BoxAdapter;
use League\Flysystem\Filesystem;

$adapter = new BoxAdapter('oauth-token', [$prefix]);

$filesystem = new Filesystem($adapter);

To generate a temporary developer token, visit https://app.box.com/developers/services/ and click the "Edit Application" button for the app you want to use, then click the "Create a developer token" button., (*2)

Support

If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request., (*3)

The Versions

30/09 2016

dev-master

9999999-dev

Flysystem adapter for Box

  Sources   Download

MIT

The Requires

 

The Development Requires

by Zak Burke

30/09 2016

0.1.2

0.1.2.0

Flysystem adapter for Box

  Sources   Download

MIT

The Requires

 

The Development Requires

by Zak Burke

20/09 2016

0.1.1

0.1.1.0

Flysystem adapter for Box

  Sources   Download

MIT

The Requires

 

The Development Requires

by Zak Burke

13/09 2016

0.1.0

0.1.0.0

Flysystem adapter for Box

  Sources   Download

MIT

The Requires

 

The Development Requires

by Zak Burke