zzdylan / area-code
get area code
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 19
Watchers: 1
Forks: 10
pkg:composer/zzdylan/area-code
Requires
- php: >=5.6
- guzzlehttp/guzzle: ~6.0
- paquettg/php-html-parser: 1.7.*
This package is not auto-updated.
Last update: 2026-01-04 12:08:22 UTC
README
安装:composer require zzdylan/area-code
使用
getJson.php
<?php
require './vendor/autoload.php';
$code = new \ZzDylan\AreaCode\Code();
$code->save();
命令行运行
php getJson.php
默认会将json保存在当前路径