themehybrid / hybrid-filesystem
The Filesystem package.
1.0.4
2026-06-03 06:44 UTC
Requires
- php: >=8.2
- symfony/finder: ^7.4.7 || ^8.0.0
- 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.25.1).
- league/flysystem-aws-s3-v3: Required to use the Flysystem S3 driver (^3.25.1).
- league/flysystem-ftp: Required to use the Flysystem FTP driver (^3.25.1).
- league/flysystem-sftp-v3: Required to use the Flysystem SFTP driver (^3.25.1).
- psr/http-message: Required to allow Storage::put to accept a StreamInterface (^1.0).
- symfony/filesystem: Required to enable support for relative symbolic links (^7.4).
- symfony/mime: Required to enable support for guessing extensions (^7.4).
This package is not auto-updated.
Last update: 2026-06-03 08:13:10 UTC
README
The Filesystem package for Hybrid Core.
Requirements
- PHP 8.2+.
- Composer for managing PHP dependencies.
Copyright and License
This project is licensed under the GNU GPL, version 2 or later.
2008 – 2026 © Theme Hybrid.
Third-Party Licenses
Hybrid Filesystem utilizes code from the illuminate/filesystem package.
Repository: https://github.com/illuminate/filesystem
License: MIT License - https://opensource.org/licenses/MIT
Copyright (c) Taylor Otwell