themehybrid / hybrid-filesystem
The Filesystem package.
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-10-24 17:18:41 UTC
README
The Filesystem package for Hybrid Core.
Requirements
- PHP 8.0+.
- Composer for managing PHP dependencies.
Copyright and License
This project is licensed under the GNU GPL, version 2 or later.
2008 – 2024 © Theme Hybrid.
Other Licenses
Hybrid Tools utilizes code from Illuminate.
https://github.com/illuminate/filesystem
License: MIT - https://opensource.org/licenses/MIT Copyright (c) Taylor Otwell