PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Jason Olson   PHP USPS API Zip Code   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP USPS API Zip Code
Get the zip code of a given location with USPS API
Author: By
Last change:
Date: 9 months ago
Size: 418 bytes
 

Contents

Class file image Download
{ "name": "redwebdev/usps_zip_code", "description": "This class will take a normalized USA address and return the 5 digit zip code", "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" } } }