Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 924 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 924 Bytes

GB/T 2260

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.