This is a factory package to provide for an easy to use configuration and api for flysystem users.
Package details
Code quality
Compatibility
You can require the bundle:
composer require mjrider/flysystem-factory
Various backends require additional composer packages. Due to the fact that some are mutual exclusive they are not not a dependency for this package. Please install them conform your own needs
Adapters:
- B2:
mhetreramesh/flysystem-backblaze
- S3:
league/flysystem-aws-s3-v3
Caching:
- Memcached:
ext-memcached
- Predis:
predis/predis
The syntax for the url follows the following scheme
adapter://user:pass@[host|region]/sub/folder?extraparam=foo
For the full list of supported options per adapter see the examples.
Examples are listed in de examples.md.
From time to time there will be breaking change. These will be documented in UPGRADING.md.
It is highly recommended to check what has changed before upgrading to a new minor or major release.
The master
branch is protected so that at least one other developer approves
by reviewing the change.
For more information about required reviews for pull requests, please check the official GitHub documentation.
The code is accompanied by tests. These can be run using:
./vendor/bin/phpunit
For a full list off all author and/or contributors, please check the contributors page.
The code in this repository has been licensed under an MIT License.