https://github.com/thephpleague/Flysystem
Abstraction for local and remote filesystems
https://github.com/thephpleague/Flysystem
filesystem filesystem-library php thephpleague
Last synced: 22 days ago
JSON representation
Abstraction for local and remote filesystems
- Host: GitHub
- URL: https://github.com/thephpleague/Flysystem
- Owner: thephpleague
- License: mit
- Created: 2013-10-27T11:07:22.000Z (over 11 years ago)
- Default Branch: 3.x
- Last Pushed: 2025-03-17T13:02:03.000Z (about 1 month ago)
- Last Synced: 2025-03-25T00:14:46.577Z (23 days ago)
- Topics: filesystem, filesystem-library, php, thephpleague
- Language: PHP
- Homepage: https://flysystem.thephpleague.com
- Size: 3.74 MB
- Stars: 13,424
- Watchers: 169
- Forks: 837
- Open Issues: 90
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-php - Flysystem - Abstraction for local and remote filesystems. (Table of Contents / Files)
- awesome-projects - Flysystem - Abstraction for local and remote filesystems. (PHP / Files)
- awesome-php - Flysystem - Abstraction for local and remote filesystems. (Table of Contents / Files)
- awesome-php-cn - Flysystem - 本地和远程文件系统的抽象. (目录 / 文件 Files)
README
# 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 Flysystem
Flysystem is a file storage library for PHP. It provides one interface to
interact with many types of filesystems. When you use Flysystem, you're
not only protected from vendor lock-in, you'll also have a consistent experience
for 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/)**
* **[MongoDB GridFS](https://flysystem.thephpleague.com/docs/adapter/gridfs/)**
* **[WebDAV](https://flysystem.thephpleague.com/docs/adapter/webdav/)**
* **[ZipArchive](https://flysystem.thephpleague.com/docs/adapter/zip-archive/)**### Third party Adapters
* **[Azure Blob Storage](https://github.com/Azure-OSS/azure-storage-php-adapter-flysystem)**
* **[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)**
* **[Uploadcare](https://github.com/vormkracht10/flysystem-uploadcare)**
* **[Useful adapters (FallbackAdapter, LogAdapter, ReadWriteAdapter, RetryAdapter)](https://github.com/ElGigi/FlysystemUsefulAdapters)**
* **[Metadata Cache](https://github.com/jgivoni/flysystem-cache-adapter)**You can always [create an adapter](https://flysystem.thephpleague.com/docs/advanced/creating-an-adapter/) yourself.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Enjoy
Oh, and if you've come down this far, you might as well follow me on [twitter](https://twitter.com/frankdejonge).