PHPackages                             lindomar/notification - 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. lindomar/notification

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

lindomar/notification
=====================

This is a library that uses composer as the basis for generating email notifications

v1.0.0(4y ago)010MITPHP

Since May 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Lindomarc/notification-phpmailer)[ Packagist](https://packagist.org/packages/lindomar/notification)[ RSS](/packages/lindomar-notification/feed)WikiDiscussions main Synced 6d ago

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

Notification library via email using phpMailer
==============================================

[](#notification-library-via-email-using-phpmailer)

This library has the function of sending e-mail using a phpmailer library. Doing this in an uncomplicated way is essential for any system.

To install the library, run the following command:

```
composer require lindomar/notification
```

To use the library, simply require the composer to autoload, invoke the class and call the method:

Copy the file ***config\_mail.json.exemple*** to ***/config/config\_mail.json***

Update with your SMTP server configuration data

```
{
	"SMTPDebug" : "2",
	"MAIL_MAILER" : "smtp",
	"MAIL_HOST": "smtp.mailtrap.io",
	"MAIL_PORT": "2525",
	"MAIL_USERNAME": "XXXXXXXXXXXXXX",
	"MAIL_PASSWORD": "XXXXXXXXXXXXXX",
	"MAIL_ENCRYPTION": "tls"
}

```

### Developers

[](#developers)

- [Lindomar](https://github.com/Lindomarc) - Github
- [phpMailer](https://github.com/PHPMailer/PHPMailer) - Lib to send E-mail

License
-------

[](#license)

MIT

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

1821d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/33f616dabe702522e0aa3c187471f4c62b6181eff526792d6c9eefc60804db53?d=identicon)[Lindomar](/maintainers/Lindomar)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/lindomar-notification/health.svg)

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

###  Alternatives

[ivantcholakov/codeigniter-phpmailer

A CodeIgniter 3 compatible email-library powered by PHPMailer.

25313.9k](/packages/ivantcholakov-codeigniter-phpmailer)[markguinn/silverstripe-email-helpers

Silverstripe extension containing SMTP mailer class and some other classes for HTML emails

3145.4k1](/packages/markguinn-silverstripe-email-helpers)[msp/smtp

SMTP with PHPMailer

2129.4k](/packages/msp-smtp)[nfephp-org/sped-mail

API para geração e envio dos emails relacionados com o SPED.

1123.7k](/packages/nfephp-org-sped-mail)

PHPackages © 2026

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