w4services/w4_cloudinary

W4 API implementation and support for Cloudinary.

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.0.0 2022-10-03 06:57 UTC

This package is auto-updated.

Last update: 2025-02-16 21:02:20 UTC


README

TYPO3 11

TYPO3 Extension w4_cloudinary

Implements API and support for Cloudinary. This extension is based on the official Cloudinary's PHP SDK (https://cloudinary.com/documentation/php_integration).

Once installed, when uploading an image in the Filelist it will be uploaded to Cloudinary immediatelly or when running a scheduled task.

The img tag in the front end is modified so its src is the Cloudinary file url (instead of the one to the original or the file processed by TYPO3) or, if desired, the src will be filled up dinamically via JavaScript with the url to a Cloudinary version of the image optimized for the user's device. This ensures that images are optimized for each device.

When renaming, moving to a different folder or deleting an image this change will be updated also in Cloudinary.

Compatibility

Installation

Install via composer:

composer require w4services/w4_cloudinary