PHPackages                             tejrajs/usps-api - 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. tejrajs/usps-api

ActiveLibrary[API Development](/categories/api)

tejrajs/usps-api
================

United States Postal Service api

0.0.1(10y ago)1116BSD-2-ClausePHP

Since Aug 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/tejrajs/usps-api)[ Packagist](https://packagist.org/packages/tejrajs/usps-api)[ Docs](https://github.com/tejrajs/usps-api/blob/master/README.md)[ RSS](/packages/tejrajs-usps-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

USPS-api
========

[](#usps-api)

This wrapper allows you to perform some basic calls to the USPS api. Some of the features currently supported are:

- Rate Calculator (Both domestic and international)
- Zip code lookup by address
- City/State lookup by zip code
- Verify address
- Create Priority Shipping Labels
- Create Open &amp; Distribute Shipping Labels
- Create International Shipping Labels (Express, Priority, First Class)
- Service Delivery Calculator
- Confirm Tracking

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist tejrajs/usps-api "*"

```

or add

```
"tejrajs/usps-api": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

USPS Address Verify
-------------------

[](#usps-address-verify)

```
