PHPackages                             postmaster/postmaster-php - 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. postmaster/postmaster-php

ActiveLibrary[API Development](/categories/api)

postmaster/postmaster-php
=========================

Library for postmaster.io service

1.3.2(12y ago)128.1k4[2 issues](https://github.com/postmaster/postmaster-php/issues)MITPHPPHP &gt;=5.3

Since Jun 26Pushed 11y ago8 watchersCompare

[ Source](https://github.com/postmaster/postmaster-php)[ Packagist](https://packagist.org/packages/postmaster/postmaster-php)[ Docs](https://www.postmaster.io/)[ RSS](/packages/postmaster-postmaster-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)DependenciesVersions (5)Used By (0)

Postmaster
==========

[](#postmaster)

Developer Friendly Shipping

Postmaster takes the pain out of sending shipments via UPS, Fedex, and USPS.

Save money before you ship, while you ship, and after you ship.

Requirements
------------

[](#requirements)

- [PHP](http://www.php.net) &gt;= 5.3 **with** [cURL](http://www.php.net/manual/en/curl.installation.php)

Issues
------

[](#issues)

Please use appropriately tagged github [issues](https://github.com/postmaster/postmaster-api/issues) to request features or report bugs.

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

[](#installation)

You can install using [composer](#composer) or from [source](#source).

### Composer

[](#composer)

If you don't have Composer [install](http://getcomposer.org/doc/00-intro.md#installation) it:

```
$ curl -s https://getcomposer.org/installer | php

```

Add this to your `composer.json`:

```
{
    "require": {
        "postmaster/postmaster-php": "*"
    }
}

```

Refresh your dependencies:

```
$ php composer.phar update

```

Then make sure to `require` the autoloader:

```
