2017 © Pedro Peláez
 

library encoding-php

A php client for consuming the Encoding.com API

image

stevenmaguire/encoding-php

A php client for consuming the Encoding.com API

  • Tuesday, July 21, 2015
  • by stevenmaguire
  • Repository
  • 1 Watchers
  • 2 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Encoding.com PHP Client

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

A PHP client for authenticating with Encoding.com and consuming the API., (*2)

Install

Via Composer, (*3)

``` bash $ composer require stevenmaguire/encoding-php, (*4)

or update your `composer.json` file to include:

```json
  "require": {
    "stevenmaguire/encoding-php": "~1.0"
  }

Run composer update, (*5)

Usage

Create client

    $this->client = new Stevenmaguire\EncodingDotCom\Client([
        'app_id' => 'YOUR_ENCODING_DOT_COM_APP_ID',
        'user_key' => 'YOUR_ENCODING_DOT_COM_API_USER_KEY',
        'api_host' => 'manage.encoding.com'
    ]);

Testing

bash $ phpunit, (*6)

Contributing

Please see CONTRIBUTING for details., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

21/07 2015

dev-master

9999999-dev http://github.com/stevenmaguire/encoding-php

A php client for consuming the Encoding.com API

  Sources   Download

MIT

The Requires

 

The Development Requires

api php video oauth1 endcoding

31/03 2015

1.0.0

1.0.0.0 http://github.com/stevenmaguire/encoding-php

A php client for consuming the Encoding.com API

  Sources   Download

MIT

The Requires

 

The Development Requires

api php video oauth1 endcoding endcoding.com