项目作者: PHLAK

项目描述 :
Store and retrieve files in cloud storage providers (i.e. Dropbox, Google Drive, Microsoft OneDrive, Amazon Cloud Drive, etc.)
高级语言: PHP
项目地址: git://github.com/PHLAK/CloudDrop.git
创建时间: 2017-06-21T06:45:50Z
项目社区:https://github.com/PHLAK/CloudDrop

开源协议:MIT License

下载


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

  1. composer require phlak/clouddrop

Initializing the Client

First, import CloudDrop:

  1. use PHLAK\CloudDrop;

Then instantiate the class for your cloud storage provider of choice:

  1. $provider = CloudDrop\Provider::init($providerName, array $config);

For example, to instantate the Dropbox provider you would use the following:

  1. $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.

This project is licensed under the MIT License.