PHPackages                             pheicloud/pheiphone - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. pheicloud/pheiphone

ActiveLibrary

pheicloud/pheiphone
===================

location of phone number

v1.0(7y ago)0124Apache-2.0PHP

Since Dec 1Pushed 7y agoCompare

[ Source](https://github.com/pheicloud/pheiphone)[ Packagist](https://packagist.org/packages/pheicloud/pheiphone)[ RSS](/packages/pheicloud-pheiphone/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (0)

手机号码归属地查询

1. 系统介绍
-------

[](#1-系统介绍)

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

```

2. 安装
-----

[](#2-安装)

composer require "pheicloud/pheiphone"

3. 使用
-----

[](#3-使用)

### 3.1 注册

[](#31-注册)

```
Pheicloud\Pheiphone\PheiphoneServiceProvider::class,

```

### 3.2 解析

[](#32-解析)

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

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

```

4 Thanks
--------

[](#4-thanks)

```
https://github.com/lovedboy/phone

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

```

5. License
----------

[](#5-license)

This project is licensed under the Apache License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~446 days

Total

2

Last Release

2640d ago

Major Versions

v0.1 → v1.02019-02-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/02dddd0c7dcce07948841ac9b4085e971a521ea227a301dcdfe46147c32f7107?d=identicon)[pheicloud](/maintainers/pheicloud)

---

Top Contributors

[![shine1rainbow](https://avatars.githubusercontent.com/u/7815647?v=4)](https://github.com/shine1rainbow "shine1rainbow (3 commits)")

---

Tags

addresslaravel-packagephone-analysisphone-number-to-address

### Embed Badge

![Health badge](/badges/pheicloud-pheiphone/health.svg)

```
[![Health](https://phpackages.com/badges/pheicloud-pheiphone/health.svg)](https://phpackages.com/packages/pheicloud-pheiphone)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
