Skip to content

qingtiantongxie/area-code

 
 

Repository files navigation

安装:composer require zzdylan/area-code
使用
getJson.php

<?php
require './vendor/autoload.php';  
$code = new \ZzDylan\AreaCode\Code();  
$code->save();

命令行运行
php getJson.php 默认会将json保存在当前路径

About

爬取国家统计局最新省市区划分码http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%