Stars: 371
Forks: 178
Pull Requests: 295
Issues: 93
Watchers: 46
Last Updated: 2023-08-28 08:29:27
PHP extension for Cloudinary
License: MIT License
Languages: PHP, Shell, JavaScript, TypeScript
The Cloudinary PHP SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly optimize, transform, upload and manage your cloud's assets.
This Readme provides basic installation and usage information. For the complete documentation, see the PHP SDK Guide.
SDK Version | PHP 5.4 | PHP 5.5 | PHP 5.6 | PHP 7.x | PHP 8.x |
---|---|---|---|---|---|
2.x | x | x | v | v | v |
1.x | v | v | v | v | x |
composer require "cloudinary/cloudinary_php"
See the Cloudinary PHP SDK Migration guide for more information on migrating to this version of the PHP SDK.
The previous (1.x) version of the SDK is located here.
use Cloudinary\Cloudinary;
$cloudinary = new Cloudinary();
$cloudinary->image('sample.jpg')->resize(Resize::fill()->width(100)->height(150))->format(Format::auto());
$cloudinary->uploadApi->upload('my_image.jpg');
If you run into an issue or have a question, you can either:
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.
Released under the MIT license.