PHPackages                             alkurn/yii2-usps - 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. alkurn/yii2-usps

ActiveYii2-extension[API Development](/categories/api)

alkurn/yii2-usps
================

United States Postal Service api

0276PHP

Since Apr 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/alkurn/yii2-usps)[ Packagist](https://packagist.org/packages/alkurn/yii2-usps)[ RSS](/packages/alkurn-yii2-usps/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)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 alkurn/yii2-usps "dev-master"

```

or add

```
"alkurn/yii2-usps": "dev-master"

```

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)

```
