Store and retrieve files in cloud storage providers (i.e. Dropbox, Google Drive, Microsoft OneDrive, Amazon Cloud Drive, etc.)
Store and retrieve files in cloud storage providers (i.e. Dropbox) — by, Chris Kankiewicz
…
Like this project? Keep me caffeinated by making a donation.
composer require phlak/clouddrop
First, import CloudDrop:
use PHLAK\CloudDrop;
Then instantiate the class for your cloud storage provider of choice:
$provider = CloudDrop\Provider::init($providerName, array $config);
For example, to instantate the Dropbox provider you would use the following:
$dropbox = CloudDrop\Provider::init('dropbox',['access_token' => 'your_access_token']);
…
…
A list of changes can be found on the GitHub Releases page.
Please report bugs to the GitHub Issue Tracker.
This project is licensed under the MIT License.