convissor/address_standardization_solution_php
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Address Standardization Solution (PHP Edition) Formats a Delivery Address Line according to the United States Postal Service's Addressing Standards. The heart of the program is in AddressStandardizationSolution.php. One demonstration of how to process address lines is in AddressStandardizationSolutionExample.php. A sample of creating an HTML option list of states is in AddressStandardizationSolutionExampleList.php. Unit tests are in the Test directory.