定制 bitmovin/bitmovin-api-sdk-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bitmovin/bitmovin-api-sdk-php

最新稳定版本:1.253.0

Composer 安装命令:

composer require bitmovin/bitmovin-api-sdk-php

包简介

This is the Bitmovin API SDK for PHP

README 文档

README

Bitmovin PHP API SDK Header

PHP API SDK which enables you to seamlessly integrate the Bitmovin API into your projects.

License

Using this API client requires an active account.

Don't have an account yet? Sign up for a free Bitmovin trial plan!

Documentation & Release Notes

Support

If you have any questions regarding the SDK, provided examples or our services, please log in to your Bitmovin Dashboard at https://bitmovin.com/dashboard and create a support ticket. Our team will get back to you as soon as possible 👍

Installation

Requirements: PHP 7.1.0 or higher

Composer

To install the API client with composer, add the following to your composer.json file:

{
"require":
  {
    "bitmovin/bitmovin-api-sdk-php": "1.253.0"
  }
}

Then run php composer.phar install

OR

run the following command: php composer.phar require bitmovin/bitmovin-api-sdk-php:1.253.0

Initialization

use BitmovinApiSdk\BitmovinApi;
use BitmovinApiSdk\Configuration;

$bitmovinApi = new BitmovinApi(Configuration::create()->apiKey($apiKey));

Examples

You can find sample workflow scripts in the Bitmovin API SDK examples repository.

Deprecated API Client (Legacy)

bitmovin-api-sdk-php is the latest Bitmovin API client for PHP. It guarantees 100% specification conformity at any given time and access to all features of the API as soon as they are released.

However, if you need to use the previous version for legacy reasons, you can still find it at bitmovin-php.

统计信息

  • 总下载量: 45.11k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 12
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-10-01