mjrider/flysystem-factory
最新稳定版本:v0.7.1
Composer 安装命令:
composer require mjrider/flysystem-factory
包简介
Simple factory library to create a flysystem instance from a url
README 文档
README
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:
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
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.
统计信息
- 总下载量: 20.04k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-31