cn/gb2260

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

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

This package is not auto-updated.

Last update: 2024-05-17 20:24:42 UTC


README

Build Status version Download codecov.io

The latest GB/T 2260 codes. Updated at 2013, published at 2014.

Installation

Add the following line to your composer.json file:

"cn/gb2260": "dev-master"

Then run composer update to get the package.

Usage

$gb2260 = new \GB2260\GB2260();

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

License

This software is licensed under the MIT License.