Revision 148 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
# League\Flysystem[](https://twitter.com/frankdejonge)[](https://github.com/thephpleague/flysystem)[](https://github.com/thephpleague/flysystem/releases)[](https://github.com/thephpleague/flysystem/blob/master/LICENSE)[](https://github.com/thephpleague/flysystem/actions?query=workflow%3A%22Quality+Assurance%22)[](https://packagist.org/packages/league/flysystem)## About FlysystemFlysystem is a file storage library for PHP. It provides one interface tointeract with many types of filesystems. When you use Flysystem, you'renot only protected from vendor lock-in, you'll also have a consistent experiencefor which ever storage is right for you.## Getting Started* **[New in V3](https://flysystem.thephpleague.com/docs/what-is-new/)**: What is new in Flysystem V2/V3?* **[Architecture](https://flysystem.thephpleague.com/docs/architecture/)**: Flysystem's internal architecture* **[Flysystem API](https://flysystem.thephpleague.com/docs/usage/filesystem-api/)**: How to interact with your Flysystem instance* **[Upgrade from 1x](https://flysystem.thephpleague.com/docs/upgrade-from-1.x/)**: How to upgrade from 1.x/2.x### Officially supported adapters* **[Local](https://flysystem.thephpleague.com/docs/adapter/local/)*** **[FTP](https://flysystem.thephpleague.com/docs/adapter/ftp/)*** **[SFTP](https://flysystem.thephpleague.com/docs/adapter/sftp-v3/)*** **[Memory](https://flysystem.thephpleague.com/docs/adapter/in-memory/)*** **[AWS S3](https://flysystem.thephpleague.com/docs/adapter/aws-s3-v3/)*** **[AsyncAws S3](https://flysystem.thephpleague.com/docs/adapter/async-aws-s3/)*** **[Google Cloud Storage](https://flysystem.thephpleague.com/docs/adapter/google-cloud-storage/)*** **[Azure Blob Storage](https://flysystem.thephpleague.com/docs/adapter/azure-blob-storage/)*** **[WebDAV](https://flysystem.thephpleague.com/docs/adapter/webdav/)**### Third party Adapters* **[Gitlab](https://github.com/RoyVoetman/flysystem-gitlab-storage)*** **[Google Drive (using regular paths)](https://github.com/masbug/flysystem-google-drive-ext)*** **[bunny.net / BunnyCDN](https://github.com/PlatformCommunity/flysystem-bunnycdn/tree/v3)*** **[Sharepoint 365 / One Drive (Using MS Graph)](https://github.com/shitware-ltd/flysystem-msgraph)*** **[OneDrive](https://github.com/doerffler/flysystem-onedrive)*** **[Dropbox](https://github.com/spatie/flysystem-dropbox)*** **[ReplicateAdapter](https://github.com/ajgarlag/flysystem-replicate)**You can always [create an adapter](https://flysystem.thephpleague.com/docs/advanced/creating-an-adapter/) yourself.## SecurityIf you discover any security related issues, please email info@frankdejonge.nl instead of using the issue tracker.## EnjoyOh, and if you've come down this far, you might as well follow me on [twitter](https://twitter.com/frankdejonge).