{"id":34721624,"url":"https://github.com/cloudinary/php-url-builder","last_synced_at":"2026-05-22T20:05:55.294Z","repository":{"id":38195024,"uuid":"498484805","full_name":"cloudinary/php-url-builder","owner":"cloudinary","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-01T16:07:42.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":13,"default_branch":"main","last_synced_at":"2024-04-13T09:18:11.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudinary.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-31T20:17:17.000Z","updated_at":"2022-06-07T11:00:55.000Z","dependencies_parsed_at":"2022-08-19T05:32:09.624Z","dependency_job_id":null,"html_url":"https://github.com/cloudinary/php-url-builder","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cloudinary/php-url-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fphp-url-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fphp-url-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fphp-url-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fphp-url-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudinary","download_url":"https://codeload.github.com/cloudinary/php-url-builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fphp-url-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33364337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-25T01:48:25.092Z","updated_at":"2026-05-22T20:05:55.288Z","avatar_url":"https://github.com/cloudinary.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://app.travis-ci.com/cloudinary/php-url-builder.svg)](https://app.travis-ci.com/cloudinary/php-url-builder)\n[![license](https://img.shields.io/github/license/cloudinary/php-url-builder.svg?maxAge=2592000)](https://github.com/cloudinary/php-url-builder/blob/main/LICENSE)\n[![Packagist](https://img.shields.io/packagist/v/cloudinary/url-builder.svg?maxAge=2592000)](https://packagist.org/packages/cloudinary/url-builder)\n[![Packagist](https://img.shields.io/packagist/dt/cloudinary/url-builder.svg?maxAge=2592000)](https://packagist.org/packages/cloudinary/url-builder/stats)\n\nCloudinary PHP URL Builder SDK\n==================\n\n## About\n\nThe Cloudinary PHP URL Builder SDK allows you to quickly and easily integrate your application with Cloudinary.\nEffortlessly optimize and transform cloud's assets.\n\n#### Note\n\nThis Readme provides basic installation and usage information. For the complete documentation, see\nthe [URL Builder SDK Guide](https://cloudinary.com/documentation/media_editing_api_sdks#installing_url_builder_sdks).\n\n## Table of Contents\n\n- [Key Features](#key-features)\n- [Version Support](#Version-Support)\n- [Installation](#installation)\n- [Usage](#usage)\n    - [Setup](#Setup)\n    - [Transform and Optimize Assets](#Transform-and-Optimize-Assets)\n\n## Key Features\n\n- [Transform](https://cloudinary.com/documentation/php_video_manipulation#video_transformation_examples) and\n  [optimize](https://cloudinary.com/documentation/php_image_manipulation#image_optimizations) assets.\n- [Secure URLs](https://cloudinary.com/documentation/video_manipulation_and_delivery#generating_secure_https_urls_using_sdks)\n  .\n\n## Version Support\n\n| SDK Version | PHP 5.x | PHP 7.x | PHP 8.0 | PHP 8.1 |\n|-------------|---------|---------|---------|---------|\n| 0.x         | x       | x       | v       | v       |\n\n## Installation\n\n```bash\ncomposer require \"cloudinary/url-builder\"\n```\n\n# Usage\n\n### Setup\n\n```php\nuse Cloudinary\\Cloudinary;\n\n$cloudinary = new Cloudinary();\n```\n\n### Transform and Optimize Assets\n\n- [See full documentation](https://cloudinary.com/documentation/media_editing_api_sdks#url_builder_sdk_methods).\n\n```php\n$cloudinary-\u003eimage('sample.jpg')-\u003eresize(Resize::fill()-\u003ewidth(100)-\u003eheight(150))-\u003eformat(Format::auto());\n```\n\n### Security options\n\n- [See full documentation](https://cloudinary.com/documentation/solution_overview#security).\n\n## Contributions\n\n- Ensure tests run locally\n- Open a PR and ensure Travis tests pass\n\n## Get Help\n\nIf you run into an issue or have a question, you can either:\n\n- Issues related to the SDK: [Open a GitHub issue](https://github.com/cloudinary/php-url-builder/issues).\n- Issues related to your account: [Open a support ticket](https://cloudinary.com/contact)\n\n## About Cloudinary\n\nCloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently\nmanage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive\nand personalized visual-media experiences—irrespective of the viewing device.\n\n## Additional Resources\n\n- [Cloudinary Transformation and REST API References](https://cloudinary.com/documentation/cloudinary_references):\n  Comprehensive references, including syntax and examples for all SDKs.\n- [MediaJams.dev](https://mediajams.dev/): Bite-size use-case tutorials written by and for Cloudinary Developers\n- [DevJams](https://www.youtube.com/playlist?list=PL8dVGjLA2oMr09amgERARsZyrOz_sPvqw): Cloudinary developer podcasts on\n  YouTube.\n- [Cloudinary Academy](https://training.cloudinary.com/): Free self-paced courses, instructor-led virtual courses, and\n  on-site courses.\n- [Code Explorers and Feature Demos](https://cloudinary.com/documentation/code_explorers_demos_index): A one-stop shop\n  for all code explorers, Postman collections, and feature demos found in the docs.\n- [Cloudinary Roadmap](https://cloudinary.com/roadmap): Your chance to follow, vote, or suggest what Cloudinary should\n  develop next.\n- [Cloudinary Facebook Community](https://www.facebook.com/groups/CloudinaryCommunity): Learn from and offer help to\n  other Cloudinary developers.\n- [Cloudinary Account Registration](https://cloudinary.com/users/register/free): Free Cloudinary account registration.\n- [Cloudinary Website](https://cloudinary.com): Learn about Cloudinary's products, partners, customers, pricing, and\n  more.\n\n## Licence\n\nReleased under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudinary%2Fphp-url-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudinary%2Fphp-url-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudinary%2Fphp-url-builder/lists"}