cloudinary / php-transformation-builder-sdk

Cloudinary PHP Transformation Builder SDK
https://cloudinary.com/documentation/php_image_manipulation
MIT License
3 stars 3 forks source link
cloudinary cloudinary-api cloudinary-php-sdk hacktoberfest image-manipulation php-library sdk sdk-php

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

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.