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

PHLAK/CloudDrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages