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

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

ibrand/laravel-aliyun-mail
==========================

ibrand aliyun mail

v1.1.0(8y ago)56451MITPHPPHP &gt;=5.6

Since Dec 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/guojiangclub/laravel-aliyun-mail)[ Packagist](https://packagist.org/packages/ibrand/laravel-aliyun-mail)[ RSS](/packages/ibrand-laravel-aliyun-mail/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Laravel Aliyun Mail
===================

[](#laravel-aliyun-mail)

Aliyun Single Send Mail Services for Laravel.

Installation
------------

[](#installation)

```
composer require ibrand/laravel-aliyun-mail -vvv
```

If your Laravel version below 5.5, you need add the follow line to the section `providers` of `config/app.php`:

```
iBrand\AliyunMail\ServiceProvider::class,
```

Usage
-----

[](#usage)

### Set aliyun for mail driver.

[](#set-aliyun-for-mail-driver)

Set `MAIL_DRIVER=aliyunmail` in .env file.

### Set aliyun account

[](#set-aliyun-account)

1. Setting up from the `config/services.php` file.

```
    'aliyunmail' => [
            'access_key' => env('ALIYUN_MAIL_ACCESS_KEY','your aliyun access key'),
            'access_secret' => env('ALIYUN_MAIL_ACCESS_SECRET','your aliyun access secret'),
            'region' => env('ALIYUN_MAIL_REGION', 'cn-hangzhou','your aliyun mail account region'),
            'account_name' => env('ALIYUN_MAIL_ACCOUNT_NAME','your aliyun mail account name'),
            'account_alias' => env('ALIYUN_MAIL_ACCOUNT_ALIAS','your aliyun mail account alias')
        ]
```

2. Setting up from `.env` file.

```
ALIYUN_MAIL_ACCESS_KEY=
ALIYUN_MAIL_ACCESS_SECRET=
ALIYUN_MAIL_REGION=
ALIYUN_MAIL_ACCOUNT_NAME=
ALIYUN_MAIL_ACCOUNT_ALIAS=

```

>

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~37 days

Total

2

Last Release

3023d ago

PHP version history (2 changes)v1.0.0PHP ^5.6|^7.0

v1.1.0PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/05a4dd937f49471fe1d2cb4da6445668df23b2ad2422789b3aaed3ef9459c377?d=identicon)[shjchen](/maintainers/shjchen)

---

Top Contributors

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

---

Tags

ibrandaliyun mail

### Embed Badge

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

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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