ahp / minio-filesystem
PHP Flysystem implementation for MinIO
v0.1.2-alpha
2022-03-02 11:20 UTC
Requires
- php: >=8.0
- aws/aws-sdk-php: ^3.209
- league/flysystem: ^3.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- symfony/var-dumper: ^6.0
This package is auto-updated.
Last update: 2025-02-15 17:10:08 UTC
README
In development.
PHP League\Flysystem implementation for MinIO
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require ahp/minio-filesystem
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
composer require --dev ahp/minio-filesystem