han8gui/attribution

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:project

v1.1 2020-04-01 09:17 UTC

This package is auto-updated.

Last update: 2024-09-29 05:22:16 UTC


README

安装:

composer require han8gui/attribution -vvv

使用:

use bing\attribution\GeoPhone;

$res = GeoPhone::find("13512345678");

print_r($res);

输出:

Array
(
    [from] => 重庆移动
    [province] => 重庆
    [city] => 重庆
    [postcode] => 400000
    [area_code] => 023
    [op] => 移动
)

特别声明:

数据文件来自项目 https://github.com/xluohome/phonedata  
最后更新:2019年11月

fun~