PHPackages                             cloudinary/url-builder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. cloudinary/url-builder

ActiveLibrary[Image &amp; Media](/categories/media)

cloudinary/url-builder
======================

Cloudinary PHP URL Builder SDK

0.1.0-beta(3y ago)043MITPHPPHP &gt;=8.0

Since Jun 15Pushed 3y ago11 watchersCompare

[ Source](https://github.com/cloudinary/php-url-builder)[ Packagist](https://packagist.org/packages/cloudinary/url-builder)[ Docs](https://github.com/cloudinary/php-url-builder)[ RSS](/packages/cloudinary-url-builder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/beae8918973262338fa26c185f7f40f64df00fda77754e663d9b304837f57b75/68747470733a2f2f6170702e7472617669732d63692e636f6d2f636c6f7564696e6172792f7068702d75726c2d6275696c6465722e737667)](https://app.travis-ci.com/cloudinary/php-url-builder)[![license](https://camo.githubusercontent.com/35f8184ca33b8f176f8f52abf89054fa612c28d0d286531f1ab2b170e0d03f4e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f636c6f7564696e6172792f7068702d75726c2d6275696c6465722e7376673f6d61784167653d32353932303030)](https://github.com/cloudinary/php-url-builder/blob/main/LICENSE)[![Packagist](https://camo.githubusercontent.com/bf63a313c1e7f50f22cadcc8347640e478a89662b814aa0fb55ff2a833060876/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c6f7564696e6172792f75726c2d6275696c6465722e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/cloudinary/url-builder)[![Packagist](https://camo.githubusercontent.com/219d5402d61baad85c3739734ddbb16f67403a9c89dbe959f8e7e9f09a4edab6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636c6f7564696e6172792f75726c2d6275696c6465722e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/cloudinary/url-builder/stats)

Cloudinary PHP URL Builder SDK
==============================

[](#cloudinary-php-url-builder-sdk)

About
-----

[](#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

[](#note)

This Readme provides basic installation and usage information. For the complete documentation, see the [URL Builder SDK Guide](https://cloudinary.com/documentation/media_editing_api_sdks#installing_url_builder_sdks).

Table of Contents
-----------------

[](#table-of-contents)

- [Key Features](#key-features)
- [Version Support](#Version-Support)
- [Installation](#installation)
- [Usage](#usage)
    - [Setup](#Setup)
    - [Transform and Optimize Assets](#Transform-and-Optimize-Assets)

Key Features
------------

[](#key-features)

- [Transform](https://cloudinary.com/documentation/php_video_manipulation#video_transformation_examples) and [optimize](https://cloudinary.com/documentation/php_image_manipulation#image_optimizations) assets.
- [Secure URLs](https://cloudinary.com/documentation/video_manipulation_and_delivery#generating_secure_https_urls_using_sdks).

Version Support
---------------

[](#version-support)

SDK VersionPHP 5.xPHP 7.xPHP 8.0PHP 8.10.xxxvvInstallation
------------

[](#installation)

```
composer require "cloudinary/url-builder"
```

Usage
=====

[](#usage)

### Setup

[](#setup)

```
use Cloudinary\Cloudinary;

$cloudinary = new Cloudinary();
```

### Transform and Optimize Assets

[](#transform-and-optimize-assets)

- [See full documentation](https://cloudinary.com/documentation/media_editing_api_sdks#url_builder_sdk_methods).

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

### Security options

[](#security-options)

- [See full documentation](https://cloudinary.com/documentation/solution_overview#security).

Contributions
-------------

[](#contributions)

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

Get Help
--------

[](#get-help)

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

- Issues related to the SDK: [Open a GitHub issue](https://github.com/cloudinary/php-url-builder/issues).
- Issues related to your account: [Open a support ticket](https://cloudinary.com/contact)

About Cloudinary
----------------

[](#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
--------------------

[](#additional-resources)

- [Cloudinary Transformation and REST API References](https://cloudinary.com/documentation/cloudinary_references): Comprehensive references, including syntax and examples for all SDKs.
- [MediaJams.dev](https://mediajams.dev/): Bite-size use-case tutorials written by and for Cloudinary Developers
- [DevJams](https://www.youtube.com/playlist?list=PL8dVGjLA2oMr09amgERARsZyrOz_sPvqw): Cloudinary developer podcasts on YouTube.
- [Cloudinary Academy](https://training.cloudinary.com/): Free self-paced courses, instructor-led virtual courses, and on-site courses.
- [Code Explorers and Feature Demos](https://cloudinary.com/documentation/code_explorers_demos_index): A one-stop shop for all code explorers, Postman collections, and feature demos found in the docs.
- [Cloudinary Roadmap](https://cloudinary.com/roadmap): Your chance to follow, vote, or suggest what Cloudinary should develop next.
- [Cloudinary Facebook Community](https://www.facebook.com/groups/CloudinaryCommunity): Learn from and offer help to other Cloudinary developers.
- [Cloudinary Account Registration](https://cloudinary.com/users/register/free): Free Cloudinary account registration.
- [Cloudinary Website](https://cloudinary.com): Learn about Cloudinary's products, partners, customers, pricing, and more.

Licence
-------

[](#licence)

Released under the MIT license.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1433d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63bb27f752bdbf0c4017692238430b775e6a6e3649eb762524ebfaa51f985bf1?d=identicon)[cloudinary](/maintainers/cloudinary)

---

Top Contributors

[![const-cloudinary](https://avatars.githubusercontent.com/u/35217733?v=4)](https://github.com/const-cloudinary "const-cloudinary (3 commits)")

---

Tags

sdkcloudcloudinarycdnimage management

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/cloudinary-url-builder/health.svg)

```
[![Health](https://phpackages.com/badges/cloudinary-url-builder/health.svg)](https://phpackages.com/packages/cloudinary-url-builder)
```

###  Alternatives

[cloudinary/cloudinary_php

Cloudinary PHP SDK

39913.5M90](/packages/cloudinary-cloudinary-php)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k511.3M2.2k](/packages/aws-aws-sdk-php)[google/cloud

Google Cloud Client Library

1.2k16.2M53](/packages/google-cloud)[uploadcare/uploadcare-php

Uploadcare PHP integration handles uploads and further operations with files by wrapping Upload and REST APIs.

1022.5M6](/packages/uploadcare-uploadcare-php)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[huaweicloud/huaweicloud-sdk-php

Huawei Cloud SDK for PHP

1829.2k2](/packages/huaweicloud-huaweicloud-sdk-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
