cloudinary / media-management
Cloudinary Media Management PHP SDK
Requires
- php: >=7.4.0
- ext-json: *
- cloudinary/transformation-builder-sdk: ^1
- guzzlehttp/guzzle: ^6|^7
- monolog/monolog: ^1|^2|^3
- psr/log: ^1|^2|^3
- shrikeh/teapot: ^1|^2
Requires (Dev)
- ext-dom: *
- ext-libxml: *
- ext-zip: *
- consolidation/robo: ~1
- friendsofphp/php-cs-fixer: *
- phpmd/phpmd: *
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2024-11-06 14:33:43 UTC
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
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.