PHPackages                             objui/phpsend - 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. objui/phpsend

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

objui/phpsend
=============

Integrate major SMS platforms to send verification codes

v1.0(5y ago)011MITPHPPHP &gt;=7.0CI failing

Since Jul 6Pushed 5y agoCompare

[ Source](https://github.com/ruixuange/phpsend)[ Packagist](https://packagist.org/packages/objui/phpsend)[ RSS](/packages/objui-phpsend/feed)WikiDiscussions master Synced today

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

### 说明

[](#说明)

使用PHP开发，集合各大短信平台发送短信的工具

### 安装

[](#安装)

```
composer require objui/phpsend

```

使用示例

```
require '../vendor/autoload.php';

use  objui\phpsend\Send;

$config = [
    'SignName'          => '签名',
    'TemplateCode'      => '模板编码',
    'AccessKeyID'       =>  '阿里后台获取AccessKeyID',
    'AccessKeySecret'   =>  '阿里后台获取AccessKeySecret'
];
$obj = new Send($config);
$data = [
    'phone' => '手机号',
    'code'  => '验证码'
];

$result = $obj->send($data);
var_dump($result);

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity50

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

2188d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/objui-phpsend/health.svg)

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

###  Alternatives

[alibabacloud/sdk

Alibaba Cloud SDK for PHP - Easier to Use Alibaba Cloud in your PHP project

5292.2M47](/packages/alibabacloud-sdk)

PHPackages © 2026

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