PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jason Olson   PHP USPS API Address Validation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP USPS API Address Validation
Get the details of a given address using USPS API
Author: By
Last change:
Date: 9 months ago
Size: 411 bytes
 

Contents

Class file image Download
{ "name": "redwebdev/usps_address_validation", "description": "This class will check a USA based address against the USPS.", "minimum-stability": "stable", "license": "GPL-3.0-or-later", "authors": [ { "name": "Jason Olson" } ], "require": { "php": ">=7.4", "ext-curl": "*" }, "autoload": { "psr-4": { "RedWebDev\\usps_address_validation\\": "src" } } }