cloudinary/transformation-builder-sdk
This is an internal Cloudinary SDK. The Cloudinary PHP Transformation Builder SDK allows you to quickly and easily generate transformation strings.
This Readme provides basic installation and usage information. For the complete documentation, see the PHP SDK Guide.
| SDK Version | PHP 5.6 | PHP 7.x | PHP 8.0 - 8.3 | PHP 8.4 |
|---|---|---|---|---|
| 1.x | ✔ | ✔ | ✔ | ✘ * |
| 2.x | ✘ | ✘ | ✔ | ✔ |
* Deprecation warnings
composer require "cloudinary/transformation-builder-sdk"
use Cloudinary\Transformation;
$transformation = new Transformation();
$transformation->resize(Resize::fill()->width(100)->height(150))->format(Format::auto());
If you run into an issue or have a question, you can either:
Cloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently manage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive and personalized visual-media experiences—irrespective of the viewing device.
Released under the MIT license.
How can I help you explore Laravel packages today?