PHPackages                             nymphaion/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. nymphaion/mailer

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

nymphaion/mailer
================

Mailer

0.1(8y ago)05MITPHPPHP &gt;=7.1

Since Apr 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/nymphaion/mailer)[ Packagist](https://packagist.org/packages/nymphaion/mailer)[ RSS](/packages/nymphaion-mailer/feed)WikiDiscussions master Synced 3d ago

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

Mailer
======

[](#mailer)

[![Version](https://camo.githubusercontent.com/5aee306f40bd73917cf515459edafb1db1879a8351b620d25919cdc602c38be6/68747470733a2f2f706f7365722e707567782e6f72672f6e796d706861696f6e2f6d61696c65722f762f737461626c652e737667)](https://camo.githubusercontent.com/5aee306f40bd73917cf515459edafb1db1879a8351b620d25919cdc602c38be6/68747470733a2f2f706f7365722e707567782e6f72672f6e796d706861696f6e2f6d61696c65722f762f737461626c652e737667)[![Downloads](https://camo.githubusercontent.com/a0e235a0dead5cbe608d9a9a1d5d26914572456c0e200215bfd5b37725da2b49/68747470733a2f2f706f7365722e707567782e6f72672f6e796d706861696f6e2f6d61696c65722f642f746f74616c2e737667)](https://camo.githubusercontent.com/a0e235a0dead5cbe608d9a9a1d5d26914572456c0e200215bfd5b37725da2b49/68747470733a2f2f706f7365722e707567782e6f72672f6e796d706861696f6e2f6d61696c65722f642f746f74616c2e737667)[![License](https://camo.githubusercontent.com/79523e5037bc8536e4e871456b103a3298418a19144d7ecfe2cbce6f5ab06252/68747470733a2f2f706f7365722e707567782e6f72672f6e796d706861696f6e2f6d61696c65722f6c6963656e73652e737667)](https://camo.githubusercontent.com/79523e5037bc8536e4e871456b103a3298418a19144d7ecfe2cbce6f5ab06252/68747470733a2f2f706f7365722e707567782e6f72672f6e796d706861696f6e2f6d61696c65722f6c6963656e73652e737667)

Simple SMTP mailer

### Example

[](#example)

```
// If you're testing this script you have to set SERVER_NAME
putenv("SERVER_NAME=website.com");

(new Nymphaion\Mail\Smtp('smtp.mail.com', 'sabrina@mail.com', 'super_password'))
    ->sender('Sabrina')
    ->to('mykola@gmail.com')
    ->html('Hello man!')
    ->send();
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

2949d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94a445da70d70ada49f927d76cb247d3df7a6b4cafc5bd78abcd559d73d76e7c?d=identicon)[alexslipknot](/maintainers/alexslipknot)

---

Top Contributors

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

---

Tags

librarymailersmtp

### Embed Badge

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

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

###  Alternatives

[nette/mail

📧 Nette Mail: A handy library for creating and sending emails in PHP.

5389.8M246](/packages/nette-mail)[aplus/email

Aplus Framework Email Library

2461.6M3](/packages/aplus-email)[shieldon/messenger

Sending messages to the third-party services made easy for PHP.

2330.4k2](/packages/shieldon-messenger)

PHPackages © 2026

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