convertly/convertly-php
Composer 安装命令:
composer require convertly/convertly-php
包简介
Official PHP client for the Convertly media API.
README 文档
README
Official PHP client for the Convertly media API.
composer require convertly/convertly-php
<?php require __DIR__ . '/vendor/autoload.php'; use Convertly\ConvertlyClient; $convertly = new ConvertlyClient(getenv('CONVERTLY_API_KEY')); $result = $convertly->convertFile(__DIR__ . '/photo.png', 'webp', [ 'compression' => 'balanced', 'saveToStorage' => false, ]);
Image CDN
This SDK covers the REST media API. CDN delivery is URL-based — see Image CDN and the setup guide. For JS/TS CDN helpers: @convertly-sh/image.
License
MIT © Convertly.
- Summary: MIT on Open Source Initiative
- Full text:
LICENSEin this package (included when installed via Composer / Packagist)
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-09