PHPackages                             wq2010feng/thinkphp-mailer - 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. wq2010feng/thinkphp-mailer

ActiveLibrary

wq2010feng/thinkphp-mailer
==========================

一个基于phpmailer和thinkphp6的邮件发送工具。

V0.0.2(3y ago)011Apache-2.0PHPPHP &gt;=7.0.0

Since May 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wq2010feng/thinkphp-mailer)[ Packagist](https://packagist.org/packages/wq2010feng/thinkphp-mailer)[ RSS](/packages/wq2010feng-thinkphp-mailer/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

wq2010feng/thinkphp-mailer
==========================

[](#wq2010fengthinkphp-mailer)

基于phpmailer定制的邮件发送类

使用方法
====

[](#使用方法)

```
use think\keefe\Mailer;
Mailer::init()
  ->addAddress('mail@mail.com', 'mail')
  ->addCC('mail@mail.com', 'mail')
  ->addBCC('mail@mail.com', 'mail')
  ->addReplyTo('mail@mail.com', 'mail')
  ->isHtml('标题', '内容', 'HTML不可用时显示此内容') // 或 ->isText('标题', '内容')
  ->send();
// 或
Mailer::sendMail([
  'to' => ['address'=>'mail@mail.com', 'name'=>'name'],
  'cc' => [
    ['address'=>'mail@mail.com', 'name'=>'name'],
    ['address'=>'mail2@mail.com', 'name'=>'name2']
  ],
  'bcc' => ['address'=>'mail@mail.com', 'name'=>'name'],
  'reply' => ['address'=>'mail@mail.com', 'name'=>'name'],
  'mail' => ['type'=>'text|html', 'title'=>'标题', 'body'=>'内容', 'AltBody'=>'HTML不可用时显示此内容']
]);

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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 ~0 days

Total

2

Last Release

1453d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fade86eebf35c403dbb047c93003eb20a455e641ff87f9265aaa69cf75c4e671?d=identicon)[wq2010feng](/maintainers/wq2010feng)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wq2010feng-thinkphp-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/wq2010feng-thinkphp-mailer/health.svg)](https://phpackages.com/packages/wq2010feng-thinkphp-mailer)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.4k37.3k](/packages/matomo-matomo)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[getkirby/cms

The Kirby core

1.5k535.5k352](/packages/getkirby-cms)[saithink/saiadmin

webman plugin

2709.9k1](/packages/saithink-saiadmin)[jelix/jelix

Jelix PHP framework

83101.5k4](/packages/jelix-jelix)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)

PHPackages © 2026

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