caxy/postal-code
最新稳定版本:1.0.1
Composer 安装命令:
composer require caxy/postal-code
包简介
Simple class to convert US postal codes to US states
README 文档
README
This is a simple class to convert from a US ZIP code to a US state. The data comes from Wikipedia.
Usage
<?php // Returns 'NY' $state = \Caxy\PostalCode::toState('10271'); // Returns 'IL' $state = \Caxy\PostalCode::toState('60607');
统计信息
- 总下载量: 66
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-21