PHPackages                             bitmovin/bitmovin-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. bitmovin/bitmovin-php

ActiveLibrary[API Development](/categories/api)

bitmovin/bitmovin-php
=====================

PHP-Client which enables you to seamlessly integrate the Bitmovin API into your existing projects

v1.5.25(7y ago)2059.9k↓11%13[6 issues](https://github.com/bitmovin/bitmovin-php/issues)[8 PRs](https://github.com/bitmovin/bitmovin-php/pulls)UnlicensePHPPHP &gt;=5.6.0

Since Oct 31Pushed 3y ago19 watchersCompare

[ Source](https://github.com/bitmovin/bitmovin-php)[ Packagist](https://packagist.org/packages/bitmovin/bitmovin-php)[ Docs](https://bitmovin.com/docs)[ RSS](/packages/bitmovin-bitmovin-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (5)Versions (86)Used By (0)

[![bitmovin](https://camo.githubusercontent.com/ff225c23f128bf7843a378ad7ce60938f4f45c0f6c6ecc11f97e9ab3d8e51590/687474703a2f2f6269746d6f76696e2d612e616b616d616968642e6e65742f77656270616765732f6269746d6f76696e2d6c6f676f2d6769746875622e706e67)](http://www.bitmovin.com)
============================================================================================================================================================================================================================================================================

[](#)

New API Client (Recommended)
============================

[](#new-api-client-recommended)

`bitmovin-php` is the legacy Bitmovin API client for PHP.

We recommend using the new client, which you can find at [bitmovin-api-sdk-php](https://github.com/bitmovin/bitmovin-api-sdk-php). Using the new client guarantees 100% specification conformity at any given time and access to all features of the API as soon as they are released.

---

bitmovin-php
------------

[](#bitmovin-php)

PHP-Client which enables you to seamlessly integrate the [Bitmovin API](https://bitmovin.com/video-infrastructure-service-bitmovin-api/) into your projects. Using this API client requires an active account. [Sign up for a Bitmovin API key](https://bitmovin.com/bitmovins-video-api/).

The full [Bitmovin API reference](https://bitmovin.com/encoding-documentation/bitmovin-api/) can be found on our website.

Installation
------------

[](#installation)

Requirements: PHP 5.6.0 or higher is required

### Composer

[](#composer)

To install the api-client with composer, add the following to your `composer.json` file:

```
{
"require":
  {
    "bitmovin/bitmovin-php": "1.5.*"
  }
}
```

Then run `php composer.phar install`

OR

run the following command: `php composer.phar require bitmovin/bitmovin-php:1.5.*`

Example
-------

[](#example)

The following example creates a simple transcoding job and transfers it to a GCS output location ([CreateSimpleEncoding.php](https://github.com/bitmovin/bitmovin-php/tree/master/examples/CreateSimpleEncoding.php)):

```
