2017 © Pedro Peláez
 

library guzzle-encoding-com

PHP Library for Encoding.com's XML API

image

svilborg/guzzle-encoding-com

PHP Library for Encoding.com's XML API

  • Thursday, September 19, 2013
  • by svilborg
  • Repository
  • 3 Watchers
  • 6 Stars
  • 3,903 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

Guzzle Client for Encoding.com API

Build Status Latest Stable Version Latest Unstable Version, (*1)

A Guzzle client for Encoding.com's XML API . (Note : Not offical), (*2)

Installation

Install using composer, (*3)

{
    "require" : "svilborg/guzzle-encoding-com"
}

Requirements

Usage

use Gencoding\Guzzle\Encoding\EncodingClient;

$client = EncodingClient::factory(array(
    'userid' => '12345',
    'userkey' => 'X1Y2Z3A4B5C6'));

$command = $client->getCommand('GetMediaInfo', array(
    "mediaid" => 8888888888
));

try {
    $result = $command->getResult();

    $resultObject = $result->getXmlElement();

} catch (\Exception $e) {
    // Catch Errors
}

Running Tests

First, install PHPUnit with composer.phar install --dev, then run ./vendor/bin/phpunit., (*4)

The Versions

19/09 2013

dev-master

9999999-dev

PHP Library for Encoding.com's XML API

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Avatar svilborg

cloud guzzle encoding encoder encoding.com

21/08 2013

v0.3.0

0.3.0.0

PHP Library for Encoding.com's XML API

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Avatar svilborg

cloud guzzle encoding encoder encoding.com

15/08 2013

v0.2.0

0.2.0.0

PHP Library for Encoding.com's XML API

  Sources   Download

Apache2

The Requires

 

The Development Requires

by Avatar svilborg

cloud guzzle encoding encoder encoding.com

13/08 2013

v0.1.0

0.1.0.0

PHP Library for Encoding.com's XML API

  Sources   Download

Apache2

The Requires

 

The Development Requires

by Avatar svilborg

guzzle encoding.com