Download the PHP package enl/flysystem-cloudinary without Composer
On this page you can find all versions of the php package enl/flysystem-cloudinary. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download enl/flysystem-cloudinary
More information about enl/flysystem-cloudinary
Files in enl/flysystem-cloudinary
Download enl/flysystem-cloudinary
More information about enl/flysystem-cloudinary
Files in enl/flysystem-cloudinary
Vendor enl
Package flysystem-cloudinary
Short Description Cloudinary adapter for Flysystem.
License MIT
Package flysystem-cloudinary
Short Description Cloudinary adapter for Flysystem.
License MIT
Please rate this library. Is it a good library?
Informations about the package flysystem-cloudinary
Enl\Flysystem\Cloudinary
This is a Flysystem adapter for Cloudinary API.
Installation
Or just add the following string to require
part of your composer.json
:
Bootstrap
Cloudinary features
Please, keep in mind three possible pain-in-asses of Cloudinary:
- It adds automatically file extension to its public_id. In terms of Flysystem, cloudinary's public_id is considered as filename. But if you set public_id as 'test.jpg' Cloudinary will save the file as 'test.jpg.jpg'. In order to work it around, you can use PathConverterInterface.
- It does not support folders creation through the API
- If you want to save your files using folder you should set public_ids like 'test/test.jpg' and allow automated folders creation in your account settings in Cloudinary dashboard.
Good news!
The library supports Cloudinary Transformations!
All versions of flysystem-cloudinary with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
ext-fileinfo Version *
league/flysystem Version ^1.0.26
cloudinary/cloudinary_php Version ^1.8.0
ext-fileinfo Version *
league/flysystem Version ^1.0.26
cloudinary/cloudinary_php Version ^1.8.0
The package enl/flysystem-cloudinary contains the following files
Loading the files please wait ....