PHPackages                             blackhilloldmonster/aliyun\_sms\_php - 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. blackhilloldmonster/aliyun\_sms\_php

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

blackhilloldmonster/aliyun\_sms\_php
====================================

Aliyun SMS SDK for PHP

1.0.0(8y ago)068MITPHPPHP &gt;=7.1.0

Since Mar 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/blackhilloldmonster/aliyun_sms_php)[ Packagist](https://packagist.org/packages/blackhilloldmonster/aliyun_sms_php)[ RSS](/packages/blackhilloldmonster-aliyun-sms-php/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Aliyun SMS PHP SDK composer版 版本：V20170525
=========================================

[](#aliyun-sms-php-sdk-composer版-版本v20170525)

安装
==

[](#安装)

```
composer require blackhilloldmonster/aliyun_sms_php
```

使用
==

[](#使用)

```
use BHOM\SMS\AliyunSMS;
.....
.....
.....
$accessKeyId = "";
$accessKeySecret = "";
$region = "";
$endPointName = "";
$phonNumber = "13900000000";
$tpcode = "SMS_177777";
$tpparam = ["code"=>"992929"];
$sign = "签名";
$sms = new AliyunSMS($accessKeyId, $accessKeySecret,$region,$endPointName);
$status = $sms->send($phonNumber,$tpcode,$tpparam,$sign);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

2981d ago

Major Versions

0.1.0 → 1.0.02018-03-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/41bffbb54c8d7d2ab2a79f3f4832be2369a00cf9e0e870b350e7c1b3e57bc73f?d=identicon)[blackhilloldmonster](/maintainers/blackhilloldmonster)

---

Top Contributors

[![blackhilloldmonster](https://avatars.githubusercontent.com/u/8032091?v=4)](https://github.com/blackhilloldmonster "blackhilloldmonster (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/blackhilloldmonster-aliyun-sms-php/health.svg)

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

###  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)
