2017 © Pedro Peláez
 

library addressverification

Checks the address passed to it against USPS endpoint for validity purposes

image

adr/addressverification

Checks the address passed to it against USPS endpoint for validity purposes

  • Sunday, April 2, 2017
  • by alldigitalrew
  • Repository
  • 1 Watchers
  • 1 Stars
  • 449 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Address Verification

This library can be used for address verification purposes. It uses the USPS endpoint to query for addresses., (*1)

Install

composer require adr/addressverification, (*2)

Usage

Example, (*3)

use ADR\AddressVerification

$addressVerification = new AddressVerification();

$address = ['address1' => '<Address1>', 'address2' => '<Address2>, 'city' => '<City>,
'state' => '<State>', 'zip' => '<Zip>', 'zipExt' => '<Zip extension>'];

$response = $addressVerification->verifyAddress($address);

/**

Return Response will be in the format below
['status' => 'True|False', 'message' => '']

**/

The Versions

02/04 2017

dev-master

9999999-dev

Checks the address passed to it against USPS endpoint for validity purposes

  Sources   Download

GPL

The Requires

  • php >=5.5.0

 

The Development Requires

by Avatar sushant

02/04 2017

1.0.1

1.0.1.0

Checks the address passed to it against USPS endpoint for validity purposes

  Sources   Download

GPL

The Requires

  • php >=5.5.0

 

The Development Requires

by Avatar sushant