PHPackages                             zuogechengxu/luosimao - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. zuogechengxu/luosimao

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

zuogechengxu/luosimao
=====================

luosimao sms

v1.3(3y ago)16MITPHPPHP &gt;=7.4

Since Apr 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/zl-php/luosimao)[ Packagist](https://packagist.org/packages/zuogechengxu/luosimao)[ RSS](/packages/zuogechengxu-luosimao/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

### 螺丝帽短信发送

[](#螺丝帽短信发送)

基于 [Luosimao](https://luosimao.com/) 平台实现的短信单发及群发的 composer 包

#### 如何使用？

[](#如何使用)

```
# 安装依赖
composer require zuogechengxu/luosimao

# 发布资源 生成 sms.php 配置文件
php artisan vendor:publish --provider="Zuogechengxu\Luosimao\LuosimaoServiceProvider"

# 在 sms.php 中配置 luosimao 的短信 api key
'api_key' => env('LUOSIMAO_KEY', '123456'),

# 控制器内使用 短信单发，群发和查询余额
use Zuogechengxu\Luosimao\Facades\Sms;

$res = Sms::send('13800138000', '验证码：123456【铁壳测试】');
$res = Sms::send_batch(['13800138000', '13800138001'], '验证码：123456【铁壳测试】');
$res = Sms::getRemaining();

```

#### end

[](#end)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

1454d ago

PHP version history (2 changes)v1.0PHP ^7.4

v1.2PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/fca6b6d9c0b5cfa9c98c5b2cad4228e90e2096fec04f210b3182e34b8c21984a?d=identicon)[zl-php](/maintainers/zl-php)

---

Top Contributors

[![zl-php](https://avatars.githubusercontent.com/u/19991986?v=4)](https://github.com/zl-php "zl-php (5 commits)")

### Embed Badge

![Health badge](/badges/zuogechengxu-luosimao/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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