2017 © Pedro Peláez
 

library flysystem-onedrive

Flysystem Adapter for the OneDrive API

image

nicolasbeauvais/flysystem-onedrive

Flysystem Adapter for the OneDrive API

  • Friday, March 9, 2018
  • by nicolasbeauvais
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1,257 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 30 % Grown

The README.md

This package is not maintained anymore.

Flysystem adapter for the Microsoft OneDrive API

Latest Version on Packagist Build Status StyleCI Quality Score Total Downloads, (*1)

This package contains a Flysystem adapter for OneDrive. Under the hood, the Microsoft Graph SDK is used., (*2)

Installation

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

``` bash composer require nicolasbeauvais/flysystem-onedrive, (*4)


## Usage The first thing you need to do is get an authorization token for the Microsoft Graph API. For that you need to create an app on the [Microsoft App Registration Portal](https://apps.dev.microsoft.com/). ``` php use Microsoft\Graph\Graph; use League\Flysystem\Filesystem; use NicolasBeauvais\FlysystemOneDrive\OneDriveAdapter; $graph = new Graph(); $graph->setAccessToken('EwBIA8l6BAAU7p9QDpi...'); $adapter = new OneDriveAdapter($graph, 'root'); $filesystem = new Filesystem($adapter); // Or to use the approot endpoint: $adapter = new OneDriveAdapter($graph, 'special/approot');

Changelog

Please see CHANGELOG for more information what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING for details., (*7)

Security

If you discover any security related issues, please email nicolasbeauvais1@gmail.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

09/03 2018

dev-master

9999999-dev https://github.com/nicolasbeauvais/flysystem-onedrive

Flysystem Adapter for the OneDrive API

  Sources   Download

MIT

The Requires

 

The Development Requires

api flysystem onedrive flysystem-onedrive

12/08 2017

v1.0.2

1.0.2.0 https://github.com/nicolasbeauvais/flysystem-onedrive

Flysystem Adapter for the OneDrive API

  Sources   Download

MIT

The Requires

 

The Development Requires

api flysystem onedrive flysystem-onedrive

12/08 2017

v1.0.1

1.0.1.0 https://github.com/nicolasbeauvais/flysystem-onedrive

Flysystem Adapter for the OneDrive API

  Sources   Download

MIT

The Requires

 

The Development Requires

api flysystem onedrive flysystem-onedrive

12/08 2017

v1.0.0

1.0.0.0 https://github.com/nicolasbeauvais/flysystem-onedrive

Flysystem Adapter for the OneDrive API

  Sources   Download

MIT

The Requires

 

The Development Requires

api flysystem onedrive flysystem-onedrive