2017 © Pedro Peláez
 

library us-states-list

A library that provides a list of US states and territories.

image

cdtweb/us-states-list

A library that provides a list of US states and territories.

  • Friday, April 20, 2018
  • by cdtweb
  • Repository
  • 1 Watchers
  • 2 Stars
  • 48 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 100 % Grown

The README.md

US States List

Build Status, (*1)

A library that provides a list of US states and territories., (*2)

Requirements

PHP 7, (*3)

Installation

composer require cdtweb/us-states-list

Usage

<?php
use Cdtweb\UsStatesList;

// Get array of abbreviation => name for each state
$states = UsStatesList::all();

// Get array of abbreviations
$abbreviations = UsStatesList::abbreviations();

// Get array of names
$names = UsStatesList::names();

The Versions

20/04 2018

dev-master

9999999-dev https://github.com/cdtweb/us-states-list

A library that provides a list of US states and territories.

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

by Clint Tyler

states us

08/11 2017

1.0.1

1.0.1.0 https://github.com/cdtweb/us-states-list

A library that provides a list of US states and territories.

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

by Clint Tyler

states us

08/11 2017

1.0.0

1.0.0.0 https://github.com/cdtweb/us-states-list

A library that provides a list of US states.

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

by Clint Tyler

states us