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

1.2.2 2018-08-30 08:26 UTC

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保存在当前路径