aclyte/flysystem
Composer 安装命令:
composer require aclyte/flysystem
包简介
Filesystem abstraction: Many filesystems, one API. Maintained Flysystem 1.x fork with PHP 8.4 support.
关键字:
README 文档
README
Maintained fork of League Flysystem 1.x with PHP 8.4 compatibility.
Namespace stays League\Flysystem\, so this package is a drop-in replacement for league/flysystem ^1.0.
Why this fork?
Upstream Flysystem 1.x is no longer maintained for newer PHP versions. This fork keeps the 1.x API and adds fixes needed to run on PHP 8.4 (including explicit nullable parameter types).
Requirements
- PHP
^7.2.5 || ^8.0 ext-fileinfo
Installation
composer require aclyte/flysystem:^1.1
If another package still requires league/flysystem, this package replaces it via Composer’s replace field. You can also pin it explicitly:
{
"require": {
"aclyte/flysystem": "^1.1.11"
}
}
Documentation
API and adapters are the same as Flysystem 1.x. See the original documentation.
Security
If you discover a security issue in this fork, open a private security advisory or an issue on GitHub.
License
MIT. Original copyright belongs to Frank de Jonge and contributors; see LICENSE.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-10