{"id":21806394,"url":"https://github.com/svilborg/guzzle-encoding-com","last_synced_at":"2025-04-13T20:07:27.122Z","repository":{"id":10003398,"uuid":"12038013","full_name":"svilborg/guzzle-encoding-com","owner":"svilborg","description":"Guzzle PHP Library for Encoding.com's XML API","archived":false,"fork":false,"pushed_at":"2013-09-19T14:35:10.000Z","size":328,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-14T20:11:40.163Z","etag":null,"topics":["api","encoding","guzzle-php-library","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svilborg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-11T15:36:53.000Z","updated_at":"2023-12-22T03:29:15.000Z","dependencies_parsed_at":"2022-08-30T09:42:18.409Z","dependency_job_id":null,"html_url":"https://github.com/svilborg/guzzle-encoding-com","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svilborg%2Fguzzle-encoding-com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svilborg%2Fguzzle-encoding-com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svilborg%2Fguzzle-encoding-com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svilborg%2Fguzzle-encoding-com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svilborg","download_url":"https://codeload.github.com/svilborg/guzzle-encoding-com/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226745380,"owners_count":17675036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","encoding","guzzle-php-library","php"],"created_at":"2024-11-27T12:19:23.086Z","updated_at":"2024-11-27T12:19:23.851Z","avatar_url":"https://github.com/svilborg.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Guzzle Client for Encoding.com API\n================================================\n\n[![Build Status](https://api.travis-ci.org/svilborg/guzzle-encoding-com.png?branch=master)](https://travis-ci.org/svilborg/guzzle-encoding-com)\n[![Latest Stable Version](https://poser.pugx.org/svilborg/guzzle-encoding-com/v/stable.png)](https://packagist.org/packages/svilborg/guzzle-encoding-com)\n[![Latest Unstable Version](https://poser.pugx.org/svilborg/guzzle-encoding-com/v/unstable.png)](https://packagist.org/packages/svilborg/guzzle-encoding-com)\n\nA Guzzle client for Encoding.com's XML API . (Note : Not offical)\n\n## Installation\n\nInstall using composer\n\n```\n{\n    \"require\" : \"svilborg/guzzle-encoding-com\"\n}\n```\n\n## Requirements\n\n* PHP Version \u003e=5.3.2.\n* PHP Guzzle Library\n* Requires a API Key and User ID from [Encoding.com](http://www.encoding.com/)\n* [See also the API documentation](http://www.encoding.com/api)\n\n## Usage\n\n```php\nuse Gencoding\\Guzzle\\Encoding\\EncodingClient;\n\n$client = EncodingClient::factory(array(\n\t'userid' =\u003e '12345',\n\t'userkey' =\u003e 'X1Y2Z3A4B5C6'));\n\n$command = $client-\u003egetCommand('GetMediaInfo', array(\n\t\"mediaid\" =\u003e 8888888888\n));\n\ntry {\n    $result = $command-\u003egetResult();\n\n\t$resultObject = $result-\u003egetXmlElement();\n\n} catch (\\Exception $e) {\n\t// Catch Errors\n}\n\n```\n\n## Running Tests\n\nFirst, install PHPUnit with `composer.phar install --dev`, then run\n`./vendor/bin/phpunit`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvilborg%2Fguzzle-encoding-com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvilborg%2Fguzzle-encoding-com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvilborg%2Fguzzle-encoding-com/lists"}