PHPackages                             sayue/alidayu-php-sdk - 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. sayue/alidayu-php-sdk

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

sayue/alidayu-php-sdk
=====================

Alibaba Dayu php-sdk

v1.1.0(8y ago)0334MITPHP

Since Oct 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/sayue/alidayu-php-sdk)[ Packagist](https://packagist.org/packages/sayue/alidayu-php-sdk)[ RSS](/packages/sayue-alidayu-php-sdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (4)Used By (0)

alidayu
=======

[](#alidayu)

阿里大于php-sdk

### 安装

[](#安装)

```
composer require sayue/alidayu-sdk
```

### 使用方法

[](#使用方法)

发送短信

```
use Alibaba\taobao\top\TopClient;
use Alibaba\taobao\top\request\AlibabaAliqinFcSmsNumSendRequest;

$c = new TopClient();
$c->appkey = $appkey;
$c->secretKey = $secretKey;

$mobile = 'xxx';    //手机号码
$code = 'xxx'       //短信内容

$req = new AlibabaAliqinFcSmsNumSendRequest();
$req->setSmsType("xxx");
$req->setSmsFreeSignName("xxx");

$req->setSmsParam("{\"code\":\"$code\"}");
$req->setRecNum($mobile);
$req->setSmsTemplateCode("xxx");

$resp = $this->c->execute($req);
return $resp;
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

3

Last Release

3203d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3355820?v=4)[sayue](/maintainers/sayue)[@sayue](https://github.com/sayue)

---

Top Contributors

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

---

Tags

phplibraryalibabadayu

### Embed Badge

![Health badge](/badges/sayue-alidayu-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/sayue-alidayu-php-sdk/health.svg)](https://phpackages.com/packages/sayue-alidayu-php-sdk)
```

PHPackages © 2026

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