Download the PHP package tarask/onedrive without Composer
On this page you can find all versions of the php package tarask/onedrive. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tarask/onedrive
More information about tarask/onedrive
Files in tarask/onedrive
Download tarask/onedrive
More information about tarask/onedrive
Files in tarask/onedrive
Vendor tarask
Package onedrive
Short Description Microsoft Graph Api - OneDrive for PHP
License MIT
Homepage https://github.com/calebdevelop/onedrive-api
Package onedrive
Short Description Microsoft Graph Api - OneDrive for PHP
License MIT
Homepage https://github.com/calebdevelop/onedrive-api
Please rate this library. Is it a good library?
Informations about the package onedrive
One Drive Api for PHP
The OneDrive REST API Official Documentation
https://docs.microsoft.com/en-us/onedrive/developer/rest-api/
Installation
Generate token
Get an Authorization code :
Go to the browser and enter the generated url.
After authentication, you will be redirected to http://localhost?code=xxxxxxx
Redeem the code for access tokens :
After getting the code
value, you can recover your access token with $client->fetchAccessTokenWithAuthCode($_GET['code'])
.
Upload large files
Create folder
On this sample, folder_name
is create in root folder.
You can also create a subdirectory by adding folderId as a second parameter.
All versions of onedrive with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6 || ^7.0
guzzlehttp/guzzle Version ^6.3
symfony/yaml Version ^3.4
symfony/serializer Version ^3.4
symfony/property-access Version ^3.4
symfony/property-info Version ^3.4
guzzlehttp/guzzle Version ^6.3
symfony/yaml Version ^3.4
symfony/serializer Version ^3.4
symfony/property-access Version ^3.4
symfony/property-info Version ^3.4
The package tarask/onedrive contains the following files
Loading the files please wait ....