Download the PHP package homedesignshops/flysystem-sharepoint without Composer
On this page you can find all versions of the php package homedesignshops/flysystem-sharepoint. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download homedesignshops/flysystem-sharepoint
More information about homedesignshops/flysystem-sharepoint
Files in homedesignshops/flysystem-sharepoint
Package flysystem-sharepoint
Short Description Flysystem v2 SharePoint adapter for the Microsoft Graph API
License MIT
Homepage https://github.com/homedesignshops/flysystem-sharepoint
Informations about the package flysystem-sharepoint
Flysystem adapter for Microsoft Sharepoint
This package contains a Flysystem adapter for Sharepoint. Under the hood, the Microsoft Graph API v1 is used. You need an Azure App to use this package.
Installation
You can install the package via composer:
Usage
The first thing you need to do is creating a new Azure Application. Make sure you set the Microsoft Graph API Permissions inside your created application:
- Files.ReadWrite.All
- Group.ReadWrite.All
After that, you can use the adapter as follows:
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of flysystem-sharepoint with dependencies
ext-json Version *
league/flysystem Version ^3.0
microsoft/microsoft-graph Version ^1.39
phpspec/prophecy-phpunit Version ^2.0
psr/log Version ^2.0|^3.0