Cloudinary Integration

Component ID

2493441

Component name

Cloudinary Integration

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1761

Component created

Component changed

Component body

The module provides a library and stream wrapper of Cloudinary service.

It can help user easily to use Cloudinary image transformation in Drupal, and it can convert all drupal default image effects into Cloudinary transformations.

Modules

This module include several sub-modules, some modules can be used alone as other modules.

cloudinary

Provides image transformations of Cloudinary, implements hook_image_effect_info().

Provides image style feature with Cloudinary image transformations.

Auto convert image effects (Crop, Desaturate, Resize, Rotate, Scale, Scale and crop) of drupal's image style into Cloudinary image transformations, without patch.

cloudinary_streamwrapper

Provides stream wrappers to access Cloudinary files (images, raw files). Support read and write with "cloudinary[.folder]".

So you can easily upload your images to Cloudinary with default drupal method based on streamwrapper "cloudinary://".

And this module has a hook let user can easily convert other image effects to Cloudinary transformation, cloudinary module has been use this hook to implemnt Cloudinary transformation for drupal default image effects.

cloudinary_storage

Provides storage file structure of Cloudinary to local, it will be load file structure from storage to reduce network requests and improve loading speed for uploaded Cloudinary files.

Also it has several sub-modules to implement storage based on db, filesystem, mongodb, redis.

  • cloudinary_storeage_db - Save file structure into drupal database.
  • cloudinary_storeage_file - Save file structure into filesystem.
  • cloudinary_storeage_mongodb - Save file structure into mongodb, require Mongodb.
  • cloudinary_storeage_redis - Save file structure into redis, require Redis.

cloudinary_sdk

Support library of Cloudinary SDK for the other modules. Implements hook_libraries_info().

Requirements

Test

Drush make file

On github repository https://github.com/everright/cloudinary_drush_make, it include a drush make file for you to test cloudinary module quickly.

You just need to clone the make files, then drush make it and install your drupal site.