cloudinary/url-builder

Cloudinary PHP URL Builder SDK

0.1.0-beta 2022-06-15 16:07 UTC

This package is auto-updated.

Last update: 2024-04-29 04:47:50 UTC


README

Build Status license Packagist Packagist

Cloudinary PHP URL Builder SDK

About

The Cloudinary PHP URL Builder SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly optimize and transform cloud's assets.

Note

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

Table of Contents

Key Features

Version Support

SDK Version PHP 5.x PHP 7.x PHP 8.0 PHP 8.1
0.x x x v v

Installation

composer require "cloudinary/url-builder"

Usage

Setup

use Cloudinary\Cloudinary;

$cloudinary = new Cloudinary();

Transform and Optimize Assets

$cloudinary->image('sample.jpg')->resize(Resize::fill()->width(100)->height(150))->format(Format::auto());

Security options

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.