PHPackages                             firecms-ext/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. firecms-ext/mail

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

firecms-ext/mail
================

hyperf 扩展：邮箱

153PHP

Since Nov 11Pushed 3y agoCompare

[ Source](https://github.com/firecms-ext/mail)[ Packagist](https://packagist.org/packages/firecms-ext/mail)[ RSS](/packages/firecms-ext-mail/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

firecms-ext/mail
================

[](#firecms-extmail)

```
# 依赖安装
composer require firecms-ext/mail
# 发布配置
php bin/hyperf.php vendor:publish firecms-ext/mail
# 生成邮件
php bin/hyperf.php gen:mail MessageMail
# 队列配置
php bin/hyperf.php vendor:publish hyperf/async-queue
```

调用方法
====

[](#调用方法)

```
FirecmsExt\Mail\Mail::to(mixed $users): PendingMail;
FirecmsExt\Mail\Mail::cc(mixed $users): PendingMail;
FirecmsExt\Mail\Mail::bcc(mixed $users): PendingMail;
FirecmsExt\Mail\Mail::later(MailableInterface $mailable, int $delay, ?string $queue = null): bool;
FirecmsExt\Mail\Mail::queue(MailableInterface $mailable, ?string $queue = null): bool;
FirecmsExt\Mail\Mail::send(MailableInterface $mailable): null|int;
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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/4a621d9d09087893e4f566f3101143490a234cd75234d3a34f7c8069c280f370?d=identicon)[WenKaiYang](/maintainers/WenKaiYang)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/firecms-ext-mail/health.svg)

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

###  Alternatives

[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)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[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)
