2017 © Pedro Peláez
 

library pheiphone

location of phone number

image

pheicloud/pheiphone

location of phone number

  • Monday, December 4, 2017
  • by pheicloud
  • Repository
  • 0 Watchers
  • 0 Stars
  • 34 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 17 % Grown

The README.md

手机号码归属地查询, (*1)

1. 系统介绍

PHP 实现手机号码归属地查询,数据文件来自 https://github.com/lovedboy/phone

2. 安装

composer require "pheicloud/pheiphone", (*2)

3. 使用

3.1 注册

Pheicloud\Pheiphone\PheiphoneServiceProvider::class,

3.2 解析

$phone = app('pheiphone')->find(18621281566);
print_r($info);

// Output;
Array
(
    [province] => 上海
    [city] => 上海
    [postcode] => 200000
    [code] => 021
    [operators] => 联通
)

4 Thanks

https://github.com/lovedboy/phone

https://github.com/shitoudev/phone-location

5. License

This project is licensed under the Apache License - see the LICENSE.md file for details, (*3)

The Versions

04/12 2017

dev-master

9999999-dev

location of phone number

  Sources   Download

Apache-2.0

by Avatar pheicloud

01/12 2017

v0.1

0.1.0.0

location of phone number

  Sources   Download

Apache-2.0

by Avatar pheicloud