cn / gb2260
中华人民共和国国家标准 GB/T 2260 行政区划代码
Installs: 797
Dependents: 0
Suggesters: 0
Security: 0
Stars: 76
Watchers: 18
Forks: 16
Open Issues: 1
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-05-03 01:13:05 UTC
README
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.