cn/gb2260

中华人民共和国国家标准 GB/T 2260 行政区划代码

v0.2 2015-03-13 06:01 UTC

This package is not auto-updated.

Last update: 2024-09-20 21:57:44 UTC


README

Build Status version Download codecov.io

最新的 GB/T 2260 代码。更新于 2013,发布于 2014。

安装

将以下行添加到您的 composer.json 文件中

"cn/gb2260": "dev-master"

然后运行 composer update 获取该软件包。

使用

$gb2260 = new \GB2260\GB2260();

$gb2260->get(420822); // returns '湖北省 荆门市 沙洋县'

许可

本软件遵循MIT 许可协议