zzdylan/area-code

get area code

Maintainers

Package info

github.com/zzDylan/area-code

Issues

pkg:composer/zzdylan/area-code

Statistics

Installs: 44

Dependents: 0

Suggesters: 0

Stars: 19

1.2.2 2018-08-30 08:26 UTC

This package is not auto-updated.

Last update: 2026-03-29 13:43:10 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保存在当前路径