WARNING: you're viewing docs for an outdated version. View the docs for the current version.

Filesystem abstraction for PHP (V1)

Buy a tree Author Source Code Latest Version Software License Build Status Total Downloads php 5.5.9+

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

Commonly-Used Adapters