PHLAK / CloudDrop

Store and retrieve files in cloud storage providers (i.e. Dropbox, Google Drive, Microsoft OneDrive, Amazon Cloud Drive, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloudDrop

Latest Stable Version Total Downloads Author License Build Status

Store and retrieve files in cloud storage providers (i.e. Dropbox) -- by, Chris Kankiewicz

Introduction

...

Like this project? Keep me caffeinated by making a donation.

Requirements

Install with Composer

composer require phlak/clouddrop

Initializing the Client

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']);

Configuration

...

Usage

...

Changelog

A list of changes can be found on the GitHub Releases page.

Troubleshooting

Please report bugs to the GitHub Issue Tracker.

Copyright

This project is licensed under the MIT License.

About

Store and retrieve files in cloud storage providers (i.e. Dropbox, Google Drive, Microsoft OneDrive, Amazon Cloud Drive, etc.)

License:MIT License


Languages

Language:PHP 100.0%