2017 © Pedro Peláez
 

library postal-code

Simple class to convert US postal codes to US states

image

caxy/postal-code

Simple class to convert US postal codes to US states

  • Monday, September 21, 2015
  • by caxy
  • Repository
  • 26 Watchers
  • 0 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

Postal Code to State converter

This is a simple class to convert from a US ZIP code to a US state. The data comes from Wikipedia., (*1)

Usage

<?php

// Returns 'NY'
$state = \Caxy\PostalCode::toState('10271');

// Returns 'IL'
$state = \Caxy\PostalCode::toState('60607');

The Versions

21/09 2015

dev-master

9999999-dev

Simple class to convert US postal codes to US states

  Sources   Download

MIT

The Development Requires

21/09 2015

1.0.1

1.0.1.0

Simple class to convert US postal codes to US states

  Sources   Download

MIT

The Development Requires

21/11 2014

1.0.0

1.0.0.0

Simple class to convert US postal codes to US states

  Sources   Download

MIT

The Development Requires