Download the PHP package softavis/flysystem-cloudflare without Composer
On this page you can find all versions of the php package softavis/flysystem-cloudflare. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download softavis/flysystem-cloudflare
More information about softavis/flysystem-cloudflare
Files in softavis/flysystem-cloudflare
Package flysystem-cloudflare
Short Description Flysystem Adapter for Cloudflare Images
License MIT
Informations about the package flysystem-cloudflare
Cloudflare images filesystem for Flysystem.
This library implement cloudflare images API to work with flysystem abstraction.
Cloudflare Images support only Image files, obviously
Installation
Usage
Usage with Symfony
Add env's
First, add cloudflare scoped client (edit config/packages/framework.yaml) and add:
Next, add cloudflare flysystem services (edit config/services.yaml):
Last, add cloudflare_adapter to flysystem configuration (edit config/packages/flysystem.yaml)
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Contributions are welcome and will be fully credited. We accept contributions via Pull Requests on Github.
Pull Requests
- PSR-2 Coding Standard - The easiest way to apply the conventions is to install PHP Code Sniffer.
- Document any change in behaviour - Make sure the
README.md
and any other relevant documentation are kept up-to-date. - Create feature branches - Don't ask us to pull from your master branch.
- One pull request per feature - If you want to do more than one thing, send multiple pull requests.
License
The MIT License (MIT). Please see License File for more information.
All versions of flysystem-cloudflare with dependencies
ext-fileinfo Version *
ext-json Version *
league/flysystem Version ^2.1||^3.0
symfony/mime Version ^5.4||^6.0||^7.0
symfony/http-client Version ^5.4||^6.0||^7.0