PHPackages                             juniorcorpse/notifytomail - 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. juniorcorpse/notifytomail

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

juniorcorpse/notifytomail
=========================

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

V1.0.1(5y ago)08[1 PRs](https://github.com/Juniorcorpse/notifyToMail/pulls)MITPHPPHP ^7.2

Since Aug 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Juniorcorpse/notifyToMail)[ Packagist](https://packagist.org/packages/juniorcorpse/notifytomail)[ RSS](/packages/juniorcorpse-notifytomail/feed)WikiDiscussions master Synced 1w ago

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

NotifyToMail
============

[](#notifytomail)

[![Maintainer](https://camo.githubusercontent.com/70ff9dedce6797e630645a628f123c81480bdc1343dd3c6f7680f3e9ac45e3a6/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d406a756e696f72636f727073652d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/ArthWorks)[![Source Code](https://camo.githubusercontent.com/95b907d7e1bbd798d09b85deca10060deccec51f36396a9bc70aa2fb51e6f082/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6a756e696f72636f727073652f6e6f74696679746f6d61696c2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/juniorcorpse/notifytomail)[![PHP from Packagist](https://camo.githubusercontent.com/f45889ce4906d8d465081c0e5a4a619c4bddc13be04e3086c12c312bf74b2694/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6a756e696f72636f727073652f6e6f74696679746f6d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/juniorcorpse/notifytomail)[![Latest Version](https://camo.githubusercontent.com/15009a8042ae83214563eeb933568c3333d1f49e779a4a19da7b0baa60353fb7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a756e696f72636f727073652f6e6f74696679746f6d61696c2e7376673f7374796c653d666c61742d737175617265)](https://github.com/juniorcorpse/notifytomail/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build](https://camo.githubusercontent.com/4f29ee2b92b6032b049958d73a25a42858f3db4b8cdb65b339354adedf3cab40/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f6a756e696f72636f727073652f6e6f74696679746f6d61696c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/juniorcorpse/notifytomail)[![Quality Score](https://camo.githubusercontent.com/80951ceb22938b495f3a1e99ede0bdfa902344c6d2882694b5d65f6e72fff047/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a756e696f72636f727073652f6e6f74696679746f6d61696c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/juniorcorpse/notifytomail)[![Total Downloads](https://camo.githubusercontent.com/62ee16e55674ee044adec090b5db9ad81ed25b2d57f81c2d2bc12306f58afe46/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a756e696f72636f727073652f6e6f74696679746f6d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/juniorcorpse/notifytomail)

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

Você pode saber mais **[clicando aqui](https://www.arthworks.com.br/)**.

Email Notification Library using phpMailer
==========================================

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

Developing
----------

[](#developing)

This library has the function to send email using phpmailer library. Doing this uncomplicated action is essential for any system.

To install the library, run the following command:

```
composer require juniorcorpse/notifytomail
```

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

```
boot(
        	"SUbject"
        	""Content"",
        	"reply@email.com",
        	"Replay Name"
            )->sendEmail("address@email.com", "Address Name");
```

Note that all email sending setup is using the magic builder method! Once you invoke the builder method within your application, your system will be able to perform the triggers.

### Developers

[](#developers)

- [Jr Souza](mailto:contato@arthworks.com.br) - Developer of this library and tutor of the Composer in Practice course!
- [Arthwoks](https://www.arthworks.com.br) - Official website software
- [phpMailer](https://github.com/PHPMailer/PHPMailer) - Lib to send Email

License
-------

[](#license)

MIT

**ArthWorks!**

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

2115d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ebd5859966214a3af61ab2b0a718071b5c574517aaaa1616f0ff4f83e47072e?d=identicon)[Juniorcorpse](/maintainers/Juniorcorpse)

---

Top Contributors

[![Juniorcorpse](https://avatars.githubusercontent.com/u/13032832?v=4)](https://github.com/Juniorcorpse "Juniorcorpse (31 commits)")

---

Tags

notificationsArthWorksNotifyToMail

### Embed Badge

![Health badge](/badges/juniorcorpse-notifytomail/health.svg)

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

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[thomasjohnkane/snooze

Schedule future notifications and reminders in Laravel

9321.5M2](/packages/thomasjohnkane-snooze)[mouse0270/bootstrap-growl

This is a simple pluging that turns standard Bootstrap alerts into "Growl-like" notifications.

2.2k119.1k](/packages/mouse0270-bootstrap-growl)[paragraph1/php-fcm

PHP application server for google firebase cloud messaging (FCM)

1991.2M10](/packages/paragraph1-php-fcm)[benwilkins/laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel

210964.1k1](/packages/benwilkins-laravel-fcm-notification)[alymosul/exponent-server-sdk-php

Server-side library for working with Expo push notifications using PHP

1541.5M14](/packages/alymosul-exponent-server-sdk-php)

PHPackages © 2026

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