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

Commit

Permalink
Add the list of cloud services and filesystems supported with Flysystem
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaube committed May 22, 2016
1 parent 17c9e49 commit 9429764
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ Databases supported :
Cloud services supported :
* __Dropbox__ ([Dropbox SDK](https://github.com/dropbox/dropbox-sdk-php))
* __CloudApp__ (thanks to [CloudAPP-API-PHP-wrapper](https://github.com/matthiasplappert/CloudApp-API-PHP-wrapper))
* __Amazon S3__ (through [KnpGaufretteBundle](https://github.com/KnpLabs/KnpGaufretteBundle))
* __Amazon S3__ (through [KnpGaufretteBundle](https://github.com/KnpLabs/KnpGaufretteBundle) or [OneupFlysystemBundle](https://github.com/1up-lab/OneupFlysystemBundle))
* __Google Drive__ (thanks to [HappyrGoogleSiteAuthenticatorBundle](https://github.com/Happyr/GoogleSiteAuthenticatorBundle))
* __Rackspace__ (through [OneupFlysystemBundle](https://github.com/1up-lab/OneupFlysystemBundle))

But also :
* __Local__ (through [KnpGaufretteBundle](https://github.com/KnpLabs/KnpGaufretteBundle))
* __FTP__ (through [KnpGaufretteBundle](https://github.com/KnpLabs/KnpGaufretteBundle))
* __sFTP__ (through [KnpGaufretteBundle](https://github.com/KnpLabs/KnpGaufretteBundle))
* __GridFS__ (through [KnpGaufretteBundle](https://github.com/KnpLabs/KnpGaufretteBundle))
* __Local__ (through [KnpGaufretteBundle](https://github.com/KnpLabs/KnpGaufretteBundle) or [OneupFlysystemBundle](https://github.com/1up-lab/OneupFlysystemBundle))
* __FTP__ (through [KnpGaufretteBundle](https://github.com/KnpLabs/KnpGaufretteBundle) or [OneupFlysystemBundle](https://github.com/1up-lab/OneupFlysystemBundle))
* __sFTP__ (through [KnpGaufretteBundle](https://github.com/KnpLabs/KnpGaufretteBundle) or [OneupFlysystemBundle](https://github.com/1up-lab/OneupFlysystemBundle))
* __GridFS__ (through [KnpGaufretteBundle](https://github.com/KnpLabs/KnpGaufretteBundle) or [OneupFlysystemBundle](https://github.com/1up-lab/OneupFlysystemBundle))
* __MogileFS__ (through [KnpGaufretteBundle](https://github.com/KnpLabs/KnpGaufretteBundle))
* __WebDAV__ (thourgh [OneupFlysystemBundle](https://github.com/1up-lab/OneupFlysystemBundle))

are supported :-)

Expand Down

0 comments on commit 9429764

Please sign in to comment.