PHPackages                             sanyc/aliyun-mail - 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. sanyc/aliyun-mail

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

sanyc/aliyun-mail
=================

使用阿里云邮件推送服务

0275PHP

Since Sep 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sanyc/aliyun-mail)[ Packagist](https://packagist.org/packages/sanyc/aliyun-mail)[ RSS](/packages/sanyc-aliyun-mail/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

双辉旅程内部使用
thinkphp 5

使用方法
在配置文件config中增加:

```
'mail' => [
	'accessKey' => 'gw9QdAXXXYjR1Uu',
	'accessSecret' => 'dyOOXvXXXXXXXXAgr7hXJCr5wdBDd',
	'accountName' => 'xxxxxxx@m.shsytour.cn',
	'fromAlias' => '双辉旅程'
	]
```

控制器或模型里:

```
use Sanyc\Aliyun\AliyunEmail;

$mail = AliyunEmail::init(config('mail'))->send('123456@qq.com', '测试', '你好！这里是双辉旅程');
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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/5b83180b2971cec6203e053c103762c8476af625783c49eb23e12205aa8ed38d?d=identicon)[sanyc](/maintainers/sanyc)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sanyc-aliyun-mail/health.svg)

```
[![Health](https://phpackages.com/badges/sanyc-aliyun-mail/health.svg)](https://phpackages.com/packages/sanyc-aliyun-mail)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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