2017 © Pedro Peláez
 

library us-zip-code-to-state

Maps a US ZIP code to a state

image

on2media/us-zip-code-to-state

Maps a US ZIP code to a state

  • Wednesday, January 18, 2017
  • by on2media
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

US ZIP Code to State

Some payment providers require a state to be sent when the cardholder is based in the United States. Rather than add an additional field to our payment form we created this mapping based on data obtained from https://simple.wikipedia.org/wiki/List_of_ZIP_Code_prefixes., (*1)

Usage:, (*2)

$state = (new \On2Media\UsZipCodeToState\UsZipCodeToState())->getState('90210'); // `CA`

Exceptions are thrown if the ZIP code is not five numeric characters or if no match is found., (*3)

In addition to state abbreviations (AK, AL, AR, AZ, CA, CO, CT, DE, FL, GA, HI, IA, ID, IL, IN, KS, KY, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NE, NH, NJ, NM, NV, NY, OH, OK, OR, PA, RI, SC, SD, TN, TX, UT, VA, VT, WA, WI, WV, WY) the following other codes are also returned:, (*4)

  • Armed Forces (AA, AE, AP)
  • District of Columbia (DC)
  • Territories (GU, PR, VI)

The Versions

18/01 2017

dev-master

9999999-dev

Maps a US ZIP code to a state

  Sources   Download

MIT

state zip code on2 media