Download the PHP package level51/silverstripe-cloudinary without Composer
On this page you can find all versions of the php package level51/silverstripe-cloudinary. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download level51/silverstripe-cloudinary
More information about level51/silverstripe-cloudinary
Files in level51/silverstripe-cloudinary
Package silverstripe-cloudinary
Short Description Cloudinary image handling & upload field for SilverStripe
License MIT
Informations about the package silverstripe-cloudinary
SilverStripe Cloudinary image uploader
Adds a Level51\Cloudinary\Image data object and an appropriate uploader using Cloudinary's javascript upload widget.
Install
Module Version | Silverstripe Version | PHP Version |
---|---|---|
2.x | 5.x | >=8 |
1.x | 4.x | >=7 |
0.x | 3.x | >=5.6,<7.2 |
Setup
You have to define some mandatory configuration to get started:
Usage
Checkout the available transformations and effects in the \Level51\Cloudinary\Image class.
Features
- UploadField using the javascript upload widget - so direct uploads to Cloudinary
- Store the relevant information in a Level51\Cloudinary\Image object
Extend
If you need any further fields just extend the Level51\Cloudinary\Image class with a data extension. To inject information returned by Cloudinary during the upload create another extension for the Level51\Cloudinary\UploadController and use one of the two extensions hooks onBeforeImageCreated or onAfterImageCreated. Both get passed the image object, either before or after the first write.
Maintainer
- Daniel Kliemsch [email protected]
All versions of silverstripe-cloudinary with dependencies
ext-json Version *
silverstripe/framework Version ^5
cloudinary/cloudinary_php Version ^2
nesbot/carbon Version ^2