PHPackages                             smbear/webpower-email - 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. smbear/webpower-email

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

smbear/webpower-email
=====================

Use webpower send email

v1.0.12(4y ago)13.5k↓20%MITPHPPHP ^7.4

Since Mar 23Pushed 4y ago2 watchersCompare

[ Source](https://github.com/fs-platform/laravel-email)[ Packagist](https://packagist.org/packages/smbear/webpower-email)[ Docs](https://github.com/smbear/webpower-email)[ RSS](/packages/smbear-webpower-email/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (15)Used By (0)

\###说明

- 采用通知和频道的方式发送邮件
- 邮件采用webpower方式推送

### 安装使用

[](#安装使用)

安装composer

> composer require smbear/webpower-email

发布配置文件

> php artisan vendor:publish --provider="Smbear\\WebPowerEmail\\AppServiceProvider"

添加门面别名

```
'aliases' => [
  'WebPower' => \Smbear\WebPowerEmail\Facades\WebPowerFacades::class
]

```

使用方法

```
name和sender不是必填参数，当name会使用默认数据，将subject后添加日期作为name 当sender不填写的时候，会直接使用配置文件中的form_name
//字符串
\WebPower::sendEmail('723891137@qq.com',[
    'body'    => view('welcome')->render(),
    'subject' => '发送',
    'name'    => 'demo',
    'sender'  => '723891137@qq.com'
]);

//数组
\WebPower::sendEmail(['723891137@qq.com','723891137@qq.com'],[
    'body'    => view('welcome')->render(),
    'subject' => '发送',
    'name'    => 'demo',
    'sender'  => '723891137@qq.com'
]);

```

使用队列发送

> php artisan queue:work redis --queue=webpower

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~18 days

Total

13

Last Release

1658d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0ea7c3fbb4baaa2a5a9be661bab70daf73c89eb952e50917141dbdf9522a992?d=identicon)[smile-wenjie](/maintainers/smile-wenjie)

---

Top Contributors

[![SmileAany](https://avatars.githubusercontent.com/u/47846456?v=4)](https://github.com/SmileAany "SmileAany (12 commits)")[![yaowei520](https://avatars.githubusercontent.com/u/20491714?v=4)](https://github.com/yaowei520 "yaowei520 (2 commits)")

---

Tags

emailwebpower

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/smbear-webpower-email/health.svg)

```
[![Health](https://phpackages.com/badges/smbear-webpower-email/health.svg)](https://phpackages.com/packages/smbear-webpower-email)
```

###  Alternatives

[mailjet/mailjet-apiv3-php

PHP wrapper for the Mailjet API

27411.4M77](/packages/mailjet-mailjet-apiv3-php)[coconutcraig/laravel-postmark

Laravel package for sending mail via the Postmark API

2152.9M1](/packages/coconutcraig-laravel-postmark)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[kickbox/kickbox

Official kickbox API library client for PHP

591.0M4](/packages/kickbox-kickbox)[fastglass/sendgrid

This library allows you to send emails through SendGrid using PHP and Guzzle 6.x.

213.7M](/packages/fastglass-sendgrid)[movemoveapp/laravel-dadata

Laravel SDK for working with the DaData.RU service API

45209.8k](/packages/movemoveapp-laravel-dadata)

PHPackages © 2026

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