PHPackages                             skyling/laravel-alidayu - 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. skyling/laravel-alidayu

ActiveLibrary

skyling/laravel-alidayu
=======================

laravel alidayu

556PHP

Since Sep 6Pushed 9y ago2 watchersCompare

[ Source](https://github.com/skyling/laravel-alidayu)[ Packagist](https://packagist.org/packages/skyling/laravel-alidayu)[ RSS](/packages/skyling-laravel-alidayu/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel 阿里大鱼
============

[](#laravel-阿里大鱼)

### 在.env文件中添加配置

[](#在env文件中添加配置)

```
	ALIDAYU_SIGN=签名
	ALIDAYU_APP_KEY=阿里大鱼AppKey
	ALIDAYU_SECRET_KEY=阿里大鱼SecretKey

```

### 在config/app.php 配置文件中

[](#在configappphp-配置文件中)

在`providers`数组中添加 `Skyling\Alidayu\AlidayuServiceProvider::class`

### 在 `aliases` 数组中添加

[](#在-aliases-数组中添加)

'Alidayu' =&gt; \\Skyling\\Alidayu\\Facade\\Alidayu::class,

### 使用:

[](#使用)

```
	// 发送短信
	Alidayu::sendSms('手机号', '阿里大鱼模板ID', [参数数组]);
	// 获取响应对象
    Alidayu::getResponse();
    // 判断是否发送成功
    Alidayu::isSuccess();
    // 获取错误信息
    Alidayu::getErrorInfo();

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/skyling-laravel-alidayu/health.svg)

```
[![Health](https://phpackages.com/badges/skyling-laravel-alidayu/health.svg)](https://phpackages.com/packages/skyling-laravel-alidayu)
```

PHPackages © 2026

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