cloudinary/media-management

Cloudinary Media Management PHP SDK

0.1.1-beta 2022-07-31 01:48 UTC

This package is auto-updated.

Last update: 2024-05-06 13:15:32 UTC


README

Build Status license Packagist Packagist

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:

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.