cloudinary / url-builder
Cloudinary PHP URL Builder SDK
Requires
- php: >=8.0
- ext-json: *
- cloudinary/transformation-builder-sdk: ^1
- guzzlehttp/psr7: ^1|^2
- monolog/monolog: ^1|^2
- psr/log: ^1|^2|^3
Requires (Dev)
- ext-dom: *
- ext-libxml: *
- consolidation/robo: ~1
- friendsofphp/php-cs-fixer: *
- phpmd/phpmd: *
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2024-10-29 06:19:20 UTC
README
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
- Transform and optimize assets.
- Secure URLs .
Version Support
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:
- Issues related to the SDK: Open a GitHub issue.
- Issues related to your account: Open a support ticket
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
- Cloudinary Transformation and REST API References: Comprehensive references, including syntax and examples for all SDKs.
- MediaJams.dev: Bite-size use-case tutorials written by and for Cloudinary Developers
- DevJams: Cloudinary developer podcasts on YouTube.
- Cloudinary Academy: Free self-paced courses, instructor-led virtual courses, and on-site courses.
- Code Explorers and Feature Demos: A one-stop shop for all code explorers, Postman collections, and feature demos found in the docs.
- Cloudinary Roadmap: Your chance to follow, vote, or suggest what Cloudinary should develop next.
- Cloudinary Facebook Community: Learn from and offer help to other Cloudinary developers.
- Cloudinary Account Registration: Free Cloudinary account registration.
- Cloudinary Website: Learn about Cloudinary's products, partners, customers, pricing, and more.
Licence
Released under the MIT license.