PHPackages                             lsys/smssender - 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. lsys/smssender

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

lsys/smssender
==============

lsys module smssender

0.0.1(5y ago)037Apache-2.0PHP

Since Jun 28Pushed 5y agoCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

短信发送封装
======

[](#短信发送封装)

> 实现短信发送的统一封装,使业务逻辑不必关心短信发送的具体实现 代码层只设置短信内容中的变量部分,实现多种短信接口的适配 已实现发送适配: 阿里大于, yuntongxun.com

使用示例:

```
//如果不是使用 阿里大于, yuntongxun.com的短信接口,可参见以下实现自定义发送接口
//自定义适配实现示例 /dome/MyHandler.php
use LSYS\SMSSender;
use LSYS\Config\File;
include __DIR__."/Bootstarp.php";
include __DIR__."/MyHandler.php";
$config= new File("sms.myhandler");
$sess=\LSYS\SMSSender\DI::get()->mailSender();
var_dump($sender->send("13510460000","name_dome",array('code'=>'8888','time'=>'1')));
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

2142d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f1652fec3beae86de90c6615dd28be4729251e1b2bb08f1cd18e8193e6c4e48?d=identicon)[lsys](/maintainers/lsys)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/lsys-smssender/health.svg)

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

PHPackages © 2026

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