thephpleague/flysystem
Abstraction for local and remote filesystems observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4693
- days_rel: n/a
- days_push: 11
- n_releases_24m: 0
Adoption not part of the score
13586 stars · 861 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Flysystem is a PHP file storage library that provides a single unified interface for interacting with many types of filesystems, both local and remote. It ships with adapters for local disks, FTP/SFTP, AWS S3, Google Cloud Storage, Azure Blob, WebDAV, and more, protecting applications from storage vendor lock-in.
Use cases
- swap local file storage for S3 without rewriting code
- read and write files on FTP or SFTP servers through one API
- store uploads in Google Cloud Storage or Azure Blob Storage
- abstract file operations across multiple storage backends
- avoid vendor lock-in when choosing a cloud storage provider
- use in-memory or zip archive filesystems for testing
When to choose
- you need a consistent filesystem API across local and cloud storage in PHP
- you want to switch storage providers without changing application code
- you're building a PHP application or framework that supports pluggable storage
When to avoid
- you only ever target a single storage backend and want minimal dependencies
- you need streaming or performance-critical low-level filesystem access
- you're not working in PHP
Facets
library · maturity stable
file-system object-storage sdk files developer-tools backend cloud-computing php file-storage abstraction-layer adapters vendor-lock-in cloud-storage
3 sources
- readme: https://github.com/thephpleague/flysystem · fetched 2026-08-28 · caf7b763e6da
- homepage: https://flysystem.thephpleague.com · fetched 2026-08-29 · 13d04ca15538
- site_page: https://flysystem.thephpleague.com/docs · fetched 2026-08-29 · beea9b4a6ef8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| thephpleague/flysystem | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="thephpleague/flysystem")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem