Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cloudinary/php-transformation-builder-sdk

Repository files navigation

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.6 PHP 7.x PHP 8.0 - 8.3 PHP 8.4
1.x ✘ *
2.x

* Deprecation warnings

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.

AltStyle によって変換されたページ (->オリジナル) /