PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Jason Olson   PHP USPS API Zip Code   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP USPS API Zip Code
Get the zip code of a given location with USPS API
Author: By
Last change: license update
Format fix
Date: 4 years ago
Size: 902 bytes
 

Contents

Class file image Download

usps-zipcode

This CLASS is designed to take advantage of the USPS API for looking up the zip code for a given physical address. There is very little examples of implementing the USPS API in PHP.

Configuration

When you instantiate the class, include the API key. See the example.php file for usage. If you don't have a valid USPS.com API, you can get one free at https://www.usps.com/business/web-tools-apis/welcome.htm

Revision History:

  • 1.0 Initial Release
  • 1.1 Moved into its own namespace, api key defined when class is instantiated, moved the sample code into it's own file.

Misc

This is also a test for me as this is the first time I've developed code in the public using git. Most code has been for private repositories. This testing will be integrated with phpStorm.

License

GNU General Public License v3.0 (GNU GPLv3) http://www.gnu.org/licenses/gpl-3.0-standalone.html