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. [API Development](/categories/api)
4. /
5. skyling/laravel-alidayu

ActiveLibrary[API Development](/categories/api)

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 today

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 21% 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://avatars.githubusercontent.com/u/7539900?v=4)[frenlee](/maintainers/skyling)[@skyling](https://github.com/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)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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