PHPackages                             ogenes/phone-check - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. ogenes/phone-check

ActiveLibary[Validation &amp; Sanitization](/categories/validation)

ogenes/phone-check
==================

固话和手机号自动解析验证

1.0.0(5y ago)15MITPHPPHP ^7.0

Since Jul 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ogenes/phone-check)[ Packagist](https://packagist.org/packages/ogenes/phone-check)[ RSS](/packages/ogenes-phone-check/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

phone-check
===========

[](#phone-check)

固话和手机号自动解析并验证

install

```
composer require ogenes/phone-check
```

demo

```
use Ogenes\PhoneCheck\Client;

try
{
    $tel = "(0376) 803 9551;13478946254‬‬";
    $ret = Client::analysis($tel);
} catch (InvalidArgumentException  $e)
{
    $ret = $e->getMessage();
}
print_r($ret);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

1828d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b6cb38c669108f176c4a121084e6220783bf9e0a9a97151f1c1301835b3e3c9?d=identicon)[yihuaiyuan](/maintainers/yihuaiyuan)

---

Top Contributors

[![ogenes](https://avatars.githubusercontent.com/u/76425503?v=4)](https://github.com/ogenes "ogenes (1 commits)")

### Embed Badge

![Health badge](/badges/ogenes-phone-check/health.svg)

```
[![Health](https://phpackages.com/badges/ogenes-phone-check/health.svg)](https://phpackages.com/packages/ogenes-phone-check)
```

PHPackages © 2026

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