stevenmaguire/encoding-php

A php client for consuming the Encoding.com API

1.0.0 2015-03-30 22:08 UTC

This package is auto-updated.

Last update: 2024-04-14 10:21:43 UTC


README

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

A PHP client for authenticating with Encoding.com and consuming the API.

Install

Via Composer

$ composer require stevenmaguire/encoding-php

or update your composer.json file to include:

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

Run composer update

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

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

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