Download the PHP package mjrider/flysystem-factory without Composer
On this page you can find all versions of the php package mjrider/flysystem-factory. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mjrider/flysystem-factory
More information about mjrider/flysystem-factory
Files in mjrider/flysystem-factory
Package flysystem-factory
Short Description Simple factory library to create a flysystem instance from a url
License MIT
Homepage https://github.com/mjrider/flysystem-factory
Informations about the package flysystem-factory
Flysystem Factory
i'm no longer interested in this package and i'm not using it anymore my self.
This is a factory package to provide for an easy to use configuration and api for flysystem users.
Package details
Code quality
Compatibility
Usage
You can require the bundle:
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
Examples are listed in de examples.md.
Upgrading
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.
Enforcement
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.
Development
The code is accompanied by tests. These can be run using:
./vendor/bin/phpunit
Authors & Contributors
For a full list off all author and/or contributors, please check the contributors page.
License
The code in this repository has been licensed under an MIT License.
All versions of flysystem-factory with dependencies
arc/web Version ^1.1 || ^2.1 || ^3.0
league/flysystem Version ^1.0
league/flysystem-cached-adapter Version ^1.0