cloudinary/media-management
最新稳定版本:0.1.1-beta
Composer 安装命令:
composer require cloudinary/media-management
包简介
Cloudinary Media Management PHP SDK
README 文档
README
Cloudinary Media Management PHP SDK
About
The Cloudinary Media Management PHP SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly upload and manage your cloud's assets.
Note
This Readme provides basic installation and usage information. For the complete documentation, see the Media Management SDK Guide.
Table of Contents
Key Features
Version Support
| SDK Version | PHP < 7.3 | PHP 7.4 | PHP 8.x |
|---|---|---|---|
| 0.x | x | v | v |
Installation
composer require "cloudinary/media-management"
Usage
Setup
use Cloudinary\MediaManagement\CldMediaManagement; $cldMediaManagement = new CldMediaManagement();
Upload
$cldMediaManagement->uploadApi->upload('my_image.jpg');
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.
Licence
Released under the MIT license.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-01