PHPackages                             jiemo/mobile - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jiemo/mobile

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jiemo/mobile
============

解析手机号码归属地

1.3(6y ago)3614MITPHPPHP ^5.6|^7.0

Since Nov 22Pushed 4y ago2 watchersCompare

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

READMEChangelog (4)DependenciesVersions (5)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/0e82fb7531c22f697dbfa0cc3509e14ce762a7ee652414b36b140cb3452fa555/68747470733a2f2f706f7365722e707567782e6f72672f6a69656d6f2f6d6f62696c652f762f737461626c65)](https://packagist.org/packages/jiemo/mobile)[![Total Downloads](https://camo.githubusercontent.com/a54ea93d7f0a207a8faa33992483259f8b6feb917cd009c8e2655bbc566bf89e/68747470733a2f2f706f7365722e707567782e6f72672f6a69656d6f2f6d6f62696c652f646f776e6c6f616473)](https://packagist.org/packages/jiemo/mobile)[![Latest Unstable Version](https://camo.githubusercontent.com/761700348761b1a7bdf690e84fd48ef9e95752fff126990e6a78fbabd8bcff02/68747470733a2f2f706f7365722e707567782e6f72672f6a69656d6f2f6d6f62696c652f762f756e737461626c65)](https://packagist.org/packages/jiemo/mobile)[![License](https://camo.githubusercontent.com/4acc68b732f86b61c6e7f2070a4267738cab274ca9dd43ac23d4344337b81752/68747470733a2f2f706f7365722e707567782e6f72672f6a69656d6f2f6d6f62696c652f6c6963656e7365)](https://packagist.org/packages/jiemo/mobile)[![composer.lock](https://camo.githubusercontent.com/196e5e71f30b480ddb849ca0804cc85070eabdf3b95f0d55a026dbb03716c9fc/68747470733a2f2f706f7365722e707567782e6f72672f6a69656d6f2f6d6f62696c652f636f6d706f7365726c6f636b)](https://packagist.org/packages/jiemo/mobile)

手机号码归属地解析
---------

[](#手机号码归属地解析)

- 使用  提供的数据库

#### 安装

[](#安装)

```
composer require jiemo/mobile
```

```
$mobile = new \Jiemo\Mobile\Parser();
// 解析
$mobile->parse(13333333333);
// 数据库版本
$mobile->getDbVersion();
```

- 命令行工具

```
php bin/parsemobile 13333333333
```

```
Array
(
    [province] => 辽宁
    [city] => 大连
    [zip_code] => 116000
    [area_code] => 0411
    [isp] => 联通
)

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~178 days

Total

4

Last Release

2195d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/52f9b730ce98de8e74ed7f2a9e9e9151f50e07893d27bb28e278e70a653736ce?d=identicon)[congpeijun](/maintainers/congpeijun)

---

Top Contributors

[![congpeijun](https://avatars.githubusercontent.com/u/881552?v=4)](https://github.com/congpeijun "congpeijun (10 commits)")

### Embed Badge

![Health badge](/badges/jiemo-mobile/health.svg)

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

PHPackages © 2026

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