cdtweb/us-states-list
最新稳定版本:1.0.1
Composer 安装命令:
composer require cdtweb/us-states-list
包简介
A library that provides a list of US states and territories.
README 文档
README
A library that provides a list of US states and territories.
Requirements
PHP 7
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();
统计信息
- 总下载量: 230.73k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-08