Skip to content

stevenmaguire/encoding-php

Repository files navigation

Encoding.com PHP Client

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.

About

A php client for consuming Encoding.com API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages