PHPackages                             wulove52/hello-word - 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. [API Development](/categories/api)
4. /
5. wulove52/hello-word

ActiveLibrary[API Development](/categories/api)

wulove52/hello-word
===================

阿里云通信(阿里大于)SDK

1.0(7y ago)121MITPHPPHP &gt;=5.4

Since Aug 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/wulove52/hello-word)[ Packagist](https://packagist.org/packages/wulove52/hello-word)[ RSS](/packages/wulove52-hello-word/feed)WikiDiscussions master Synced today

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

### 环境要求

[](#环境要求)

- PHP &gt;= 5.4
- [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) &gt;=5.3

### 安装

[](#安装)

```
composer require wulove52/hello-word:dev-master
```

### 使用

[](#使用)

#### 设置配置

[](#设置配置)

```
use Wulove52\HelloWord\Alidayu;
Alidayu::setConfig([
   'appKey' => '23356838',
   'appSecret' => '254fee5fbabe2e01be04581d855c9af3',
   // 使用HTTPs
   'secure' => false,

]);
```

#### 调用API

[](#调用api)

```
use Wulove52\HelloWord\Alidayu;
// 发送短信通知
$sms = Alidayu::sms('17191195520', 'SMS_100875117', '潘晓亮', ['number' => '1234']);
// 发送请求并返回响应
$response = $sms->send();

if ($response->success()) {
    // 接口返回成功
    print_r($response->getData());
} else {
    // 接口返回错误
    echo $response->getError();
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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

2818d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0baea431be0750d09352fe1e76e0e88591d8f957a9959256470c3d2901c008f4?d=identicon)[wulove52](/maintainers/wulove52)

---

Top Contributors

[![xiaoliangpan](https://avatars.githubusercontent.com/u/13153085?v=4)](https://github.com/xiaoliangpan "xiaoliangpan (9 commits)")[![allvilin](https://avatars.githubusercontent.com/u/9312599?v=4)](https://github.com/allvilin "allvilin (2 commits)")

### Embed Badge

![Health badge](/badges/wulove52-hello-word/health.svg)

```
[![Health](https://phpackages.com/badges/wulove52-hello-word/health.svg)](https://phpackages.com/packages/wulove52-hello-word)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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