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

ActiveLibrary

octopusz/sms
============

集成luosimao发送短信的composer包

v1.0(7y ago)1131MITPHPPHP &gt;=5.6

Since Apr 3Pushed 7y agoCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

LuosimaoSms
===========

[](#luosimaosms)

集成Luosimao的短信触发和群发的composer包

使用示例：

使用方法:composer require octopusz/sms -v

`require 'vendor/autoload.php';`

`use Octopusz\Sms\Sms;`

//api key可在后台查看 短信-&gt;触发发送下面查看

`$sms = new Sms(array('api_key' => 'xxxxxxxxxxxxxxxxxxxxx', 'use_ssl' => false)); `

//send 单发接口，签名需在后台报备

`$res = $sms->send('xxxxxxxxxxxxx', '验证码：19272【铁壳测试】'); `

//sendbatch群发接口

`//$res = $sms->send_batch($mobile_list = array(), $message = array(), $time = ''); `

//deposit 余额查询

`$res = $sms->get_deposit();`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

2599d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ac135e47d0894f43b6b59b20b81875d12cd3458c11e16a2110d9a73af811ea5?d=identicon)[octopusz](/maintainers/octopusz)

### Embed Badge

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

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

PHPackages © 2026

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