File Storage Abstraction for PHP
About Flysystem
Flysystem is a file storage library for PHP. It provides one interface to interact with many different 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 V2: What is new in Flysystem V2/V3?
- Architecture: Flysystem’s internal architecture
- Flysystem API: How to interact with your Flysystem instance
- Upgrade from 1x: How to upgrade from 2.x
Officially supported adapters
Third party Adapters
- Gitlab
- Google Drive (using regular paths)
- bunny.net / BunnyCDN
- Sharepoint 365 / One Drive (Using MS Graph)
- OneDrive
You can always create an adapter yourself.