Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Latest commit

 

History

History
76 lines (50 loc) · 1.97 KB

README.md

File metadata and controls

76 lines (50 loc) · 1.97 KB

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.