ctbuh/cloudinary-php

此包的最新版本(dev-main)没有可用的许可信息。

dev-main 2022-11-29 17:07 UTC

This package is not auto-updated.

Last update: 2024-09-18 03:57:11 UTC


README

Cloudinary 的有用辅助函数

composer require ctbuh/cloudinary-php "dev-main"

对现有的 Cloudinary URL 应用转换

echo cl_url_update_transformations("https://res.cloudinary.com/ctbuh2/image/upload/v1601396721/sample.jpg", 'w_350,h_250');

// https://res.cloudinary.com/ctbuh2/image/upload/w_350,h_250/v1601396721/sample.jpg

echo cl_url_update_transformations("https://res.cloudinary.com/ctbuh2/image/upload/h_200/v1601396721/sample.jpg", 'w_350');

// https://res.cloudinary.com/ctbuh2/image/upload/h_200,w_350/v1601396721/sample.jpg