cloudinary / transformation-builder-sdk
Cloudinary PHP Transformation Builder SDK
Installs: 2 179 225
Dependents: 3
Suggesters: 0
Security: 0
Stars: 3
Watchers: 13
Forks: 4
Open Issues: 3
Requires
- php: >=5.6.0
- ext-json: *
Requires (Dev)
- ext-dom: *
- ext-libxml: *
- ext-zip: *
- consolidation/robo: ~1
- friendsofphp/php-cs-fixer: *
- phpmd/phpmd: *
- squizlabs/php_codesniffer: 3.*
- symfony/phpunit-bridge: ^5.2
README
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
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:
- 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.