themehybrid / hybrid-filesystem
文件系统包。
1.0.3
2024-08-01 15:54 UTC
Requires
- php: >=8.0
- symfony/finder: ^5 || ^6 || ^7
- themehybrid/hybrid-contracts: ^2.0
- themehybrid/hybrid-core: ^7.0
- themehybrid/hybrid-tools: ^2.0
Suggests
- ext-fileinfo: Required to use the Filesystem class.
- ext-ftp: Required to use the Flysystem FTP driver.
- ext-hash: Required to use the Filesystem class.
- league/flysystem: Required to use the Flysystem local driver (^3.0.16).
- league/flysystem-aws-s3-v3: Required to use the Flysystem S3 driver (^3.0).
- league/flysystem-ftp: Required to use the Flysystem FTP driver (^3.0).
- league/flysystem-sftp-v3: Required to use the Flysystem SFTP driver (^3.0).
- psr/http-message: Required to allow Storage::put to accept a StreamInterface (^1.0).
- symfony/filesystem: Required to enable support for relative symbolic links (^6.2 | ^7.0).
- symfony/mime: Required to enable support for guessing extensions (^6.2 | ^7.0).
This package is not auto-updated.
Last update: 2024-09-12 16:47:09 UTC
README
Hybrid Core 的文件系统包。
要求
- PHP 8.0+。
- 用于管理 PHP 依赖的 Composer。
版权和许可
本项目受 GNU GPL 许可,版本 2 或更高。
2008-2024 © Theme Hybrid。
其他许可
Hybrid Tools 使用了 Illuminate 的代码。
https://github.com/illuminate/filesystem
许可: MIT - https://opensource.org/licenses/MIT 版权 (c) Taylor Otwell