qubus/filesystem

Filesystem component wrapper for League/Flysystem.

Maintainers

Package info

github.com/QubusPHP/filesystem

pkg:composer/qubus/filesystem

Transparency log

Statistics

Installs: 268

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

v4.2.0 2026-08-15 18:40 UTC

README

Qubus FileSystem is a PHP 8.4+ filesystem component built on League Flysystem 3. It provides configured adapters for local storage, memory, FTP, SFTP, and Amazon S3, together with a small set of helpers for working directly with the host filesystem.

Requirements

  • PHP 8.4 or newer
  • The cURL and FTP PHP extensions

The appropriate network credentials and PHP extensions are also required when using S3 or SFTP.

Installation

composer require qubus/filesystem

License

Qubus FileSystem is released under the MIT License.

Additional resources