panda_client_php:Panda REST 接口的 PHP 实现

时间:2021-07-13 18:19:55
【文件属性】:
文件名称:panda_client_php:Panda REST 接口的 PHP 实现
文件大小:606KB
文件格式:ZIP
更新时间:2021-07-13 18:19:55
PHP 熊猫客户端,PHP 这个简单的 PHP 库为在线视频编码服务的 REST API 提供了一个低级接口。 您还可以下载我们提供的完整。 设置 此库需要PHP 5.1.2或更高版本 将panda.php文件复制到您的应用程序并require()它。 Panda类实现客户端,只需将您的详细信息传递给构造函数: $panda = new Panda(array( 'api_host' => 'api.pandastream.com', // Use api-eu.pandastream.com if your account is in the EU 'cloud_id' => 'your-panda-cloud-id', 'access_key' => 'your-access-key', 'secret_key' => 'your-secret-key', // '

网友评论