cloudinary/url-builder
Composer 安装命令:
composer require cloudinary/url-builder
包简介
Cloudinary PHP URL Builder SDK
README 文档
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
| 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:
- 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.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-15