PHPackages                             michaeljamesparsons/metropublisher-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. michaeljamesparsons/metropublisher-php-sdk

ActiveLibrary[API Development](/categories/api)

michaeljamesparsons/metropublisher-php-sdk
==========================================

A simple wrapper for the MetroPublisher API.

0.2.1(8y ago)144[3 issues](https://github.com/MichaelJamesParsons/MetroPublisher-PHP-SDK/issues)MITPHP

Since Oct 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/MichaelJamesParsons/MetroPublisher-PHP-SDK)[ Packagist](https://packagist.org/packages/michaeljamesparsons/metropublisher-php-sdk)[ RSS](/packages/michaeljamesparsons-metropublisher-php-sdk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (3)Versions (7)Used By (0)

MetroPublisher SDK Beta
=======================

[](#metropublisher-sdk-beta)

[![Build Status](https://camo.githubusercontent.com/aa7cd2d8d11c1cf553957ef50b1f57dad057b46847929ef9981a019cc9fdfe2a/68747470733a2f2f7472617669732d63692e6f72672f4d69636861656c4a616d6573506172736f6e732f4d6574726f5075626c69736865722d5048502d53444b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/MichaelJamesParsons/MetroPublisher-PHP-SDK) [![Codacy Badge](https://camo.githubusercontent.com/4b96c4a22ad513c08e61337495765f553aa0495b4b46b35b240a6390ebc85a09/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3633346365396331306135623436396262386533656663393835343534373936)](https://www.codacy.com/app/mjay-parsons/MetroPublisher-PHP-API?utm_source=github.com&utm_medium=referral&utm_content=MichaelJamesParsons/MetroPublisher-PHP-API&utm_campaign=Badge_Grade) [![License](https://camo.githubusercontent.com/4987346d59e06eef569dfef0c4572bddec608c4e32c0631d1adcbfa77b05785b/68747470733a2f2f706f7365722e707567782e6f72672f6d69636861656c6a616d6573706172736f6e732f6d6574726f7075626c69736865722d7068702d73646b2f6c6963656e7365)](https://packagist.org/packages/michaeljamesparsons/metropublisher-php-sdk)

This is a fully featured SDK for the [MetroPublisherTM REST API](https://api.metropublisher.com/index.html). It takes care of the boilerplate HTTP client request/response logic for you so you can dive right into implementing the API into your app.

Installation
------------

[](#installation)

The recommended method of installation is through [composer](https://getcomposer.org).

```
composer require michaeljamesparsons/metropublisher-php-sdk

```

Dependencies
------------

[](#dependencies)

- [`guzzle/guzzle`](https://github.com/guzzle/guzzle)
- [`phpdocumentor/reflection-docblock`](https://github.com/phpDocumentor/ReflectionDocBlock)

If you are using composer, these dependencies should be installed automatically.

Quickstart
----------

[](#quickstart)

```
