PHPackages                             jimchen/mob-sms - 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. jimchen/mob-sms

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

jimchen/mob-sms
===============

Mob.com SMS-SDK

v1.2.1(5y ago)1977MITPHPPHP &gt;=5.5CI failing

Since Jul 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/JimChenWYU/mob-sms)[ Packagist](https://packagist.org/packages/jimchen/mob-sms)[ RSS](/packages/jimchen-mob-sms/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (3)Versions (6)Used By (0)

Mob SMS
=======

[](#mob-sms)

📲 mob.com免费短信验证后端校验接口SDK

[官网文档](http://sms.mob.com/)

### 环境需求

[](#环境需求)

- PHP &gt;= 5.5

### 安装

[](#安装)

```
$ composer require "jimchen/mob-sms"
```

### 使用

[](#使用)

```
use JimChen\MobSms\MobSms;

$sms = new MobSms([
    'appkey' => '27xxxxxxxxx',
    'zone'   => 86,   // 区号
    // 接口请求相关配置，超时时间等，具体可用参数请参考：
    // http://docs.guzzlephp.org/en/stable/request-config.html
    'http'   => [
        'max_retries' => 1,
        'retry_delay' => 500,
        'timeout' => 5.0,
    ]
]);

$sms->verify('phone number', 'verification code');
```

### License

[](#license)

MIT

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

5

Last Release

1869d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20cebafc45fd6fc5f67bf655119a3b27e9b208e248f2d7f5c98fd6c0a101485b?d=identicon)[jimchen](/maintainers/jimchen)

---

Top Contributors

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

---

Tags

sdk-phpsms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jimchen-mob-sms/health.svg)

```
[![Health](https://phpackages.com/badges/jimchen-mob-sms/health.svg)](https://phpackages.com/packages/jimchen-mob-sms)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k34](/packages/neuron-core-neuron-ai)[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

346132.9M110](/packages/google-cloud-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

673139.5k6](/packages/spatie-laravel-export)[workos/workos-php

WorkOS PHP Library

423.0M9](/packages/workos-workos-php)

PHPackages © 2026

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