PHPackages                             firstphp/chuanglan - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. firstphp/chuanglan

ActiveLibrary[HTTP &amp; Networking](/categories/http)

firstphp/chuanglan
==================

创蓝SMS开发组件for Hyperf

1.3.0(6y ago)213MITPHPPHP &gt;=7.2

Since Oct 18Pushed 6y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

chuanglan
=========

[](#chuanglan)

创蓝SMS开发组件 for hyperf

安装组件:

```
composer require firstphp/chuanglan

```

发布配置:

```
php bin/hyperf.php vendor:publish firstphp/chuanglan

```

编辑.env配置：

```
SMS_URL=http://222.73.117.158/
SMS_ACCOUNT=username
SMS_PWD=password

```

示例代码：

```
use Hyperf\Di\Annotation\Inject;
use Firstphp\Chuanglan\ChuanglanInterface;

......

/**
 * @Inject
 * @var ChuanglanInterface
 */
protected $chuanglan;

public function test() {
    $res = $this->chuanglan->sendSms(158xxxx3175, '23489');
    var_dump($res);
}

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

2401d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec2904a42657def0df771f16258860306774a9a8de3e4b838816705c0c38fb43?d=identicon)[lamplife](/maintainers/lamplife)

---

Top Contributors

[![lamplife](https://avatars.githubusercontent.com/u/12744359?v=4)](https://github.com/lamplife "lamplife (2 commits)")

---

Tags

smshyperf

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/firstphp-chuanglan/health.svg)

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

###  Alternatives

[infobip/infobip-api-php-client

PHP library for consuming Infobip's API

921.8M10](/packages/infobip-infobip-api-php-client)[esendex/sdk

Send SMS from your application using the Esendex API

22924.5k4](/packages/esendex-sdk)[hyperf/http-server

A HTTP Server for Hyperf.

102.8M305](/packages/hyperf-http-server)[mediaburst/clockworksms

ClockworkSMS, International SMS API

45143.7k4](/packages/mediaburst-clockworksms)[hyperf/websocket-server

A websocket server library for Hyperf.

12488.7k25](/packages/hyperf-websocket-server)[greensms/greensms

GREENSMS API: SMS, WhatsApp, Viber, VK, Voice, Call, HLR

2629.6k](/packages/greensms-greensms)

PHPackages © 2026

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