WARNING: you're viewing docs for an outdated version. View the docs for the current version.
Filesystem abstraction for PHP (V1)
About Flysystem
Flysystem is a filesystem abstraction library for PHP. By providing a unified interface for many different filesystems you’re able to swap out filesystems without application wide rewrites.
Using Flysystem can eliminate vendor-lock in, reduce technical debt, and improve the testability of your code.
Getting Started
- Architecture: Flysystem’s internal architecture
- Setup/Bootstrap: Load Flysystem and set up your first adapter
- Flysystem API: How to interact with your Flysystem instance