PHPackages                             yj-hyperf-admin-pligin/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. yj-hyperf-admin-pligin/email

ActiveLibrary

yj-hyperf-admin-pligin/email
============================

v1.0.0(3y ago)224PHP

Since Dec 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/zwc4228986/yjhyperfAdmin-pligin-email)[ Packagist](https://packagist.org/packages/yj-hyperf-admin-pligin/email)[ RSS](/packages/yj-hyperf-admin-pligin-email/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

The best mail sending class of hyperf
=====================================

[](#the-best-mail-sending-class-of-hyperf)

examples:

```
   app(\yjHyperfAdminPligin\Email\Email::class)
        ->setSubject('setSubject')
        ->setAddress("1324028467@qq.com")
        ->setBody('testbody')
        ->send();
```

```
   app(\yjHyperfAdminPligin\Email\Email::class)
        ->name('default')
        ->setSubject('setSubject')
        ->setAddress("1324028467@qq.com")
        ->setBody('testbody')
        ->send();
```

```
   $emailer = app(\yjHyperfAdminPligin\Email\Email::class)
        ->name('default')
        ->setSubject('setSubject')
        ->setAddress("1324028467@qq.com")
        ->setBody('testbody')
        ->send();
    $emailer->getEmail();
```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

1250d ago

### Community

Maintainers

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

---

Top Contributors

[![youjin-git](https://avatars.githubusercontent.com/u/19662626?v=4)](https://github.com/youjin-git "youjin-git (11 commits)")

### Embed Badge

![Health badge](/badges/yj-hyperf-admin-pligin-email/health.svg)

```
[![Health](https://phpackages.com/badges/yj-hyperf-admin-pligin-email/health.svg)](https://phpackages.com/packages/yj-hyperf-admin-pligin-email)
```

###  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.4M191](/packages/simplesamlphp-simplesamlphp)[getkirby/cms

The Kirby core

1.5k535.5k350](/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)
