cloudinary/transformation-builder-sdk

Cloudinary PHP Transformation Builder SDK

1.4.0 2024-01-07 13:57 UTC

This package is auto-updated.

Last update: 2024-04-07 19:35:37 UTC


README

Build Status license Packagist Packagist

Cloudinary PHP Transformation Builder SDK

About

This is an internal Cloudinary SDK. The Cloudinary PHP Transformation Builder SDK allows you to quickly and easily generate transformation strings.

Note

This Readme provides basic installation and usage information. For the complete documentation, see the PHP SDK Guide.

Table of Contents

Key Features

Version Support

SDK Version PHP 5.4 PHP 5.5 PHP 5.6 PHP 7.x PHP 8.x
1.x x x v v v

Installation

composer require "cloudinary/transformation-builder-sdk"

Usage

Setup

use Cloudinary\Transformation;

$transformation = new Transformation();

Transform and Optimize Assets

$transformation->resize(Resize::fill()->width(100)->height(150))->format(Format::auto());

Contributions

  • Ensure tests run locally
  • Open a PR and ensure Travis tests pass

Get Help

If you run into an issue or have a question, you can either:

About Cloudinary

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.

Additional Resources

Licence

Released under the MIT license.