PHPackages                             naftalivo/emailcontact - 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. naftalivo/emailcontact

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

naftalivo/emailcontact
======================

Package to send emails and store to database sender information

v1.0.1(3y ago)06MITPHP

Since Aug 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/naftalivo/send-emailcontact-package)[ Packagist](https://packagist.org/packages/naftalivo/emailcontact)[ RSS](/packages/naftalivo-emailcontact/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Package to send email 📦🛸🚀
=========================

[](#package-to-send-email-)

[![Issues](https://camo.githubusercontent.com/f4cce375740517f39ea7931ec7605e796b6ee9087eeed8136ba02cf726fb6a82/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6e616674616c69766f2f73656e642d656d61696c636f6e746163742d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/naftalivo/send-emailcontact-package/issues)[![Stars](https://camo.githubusercontent.com/685a5e360e08d2bd479280424fc4984bd793e379c5df7c28ca01b76f3a776ddc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6e616674616c69766f2f73656e642d656d61696c636f6e746163742d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/naftalivo/send-emailcontact-package/stargazers)

Package to send emails and store to database sender information

Installing Package
------------------

[](#installing-package)

The recommended way of this package is through composer [Composer](https://getcomposer.org/).

```
composer require naftalivo/emailcontact
```

Add in config &gt; app.php this line at the end of providers

```
'providers' => [

        /*
         * Laravel Framework Service Providers...
         */
        ...
        Naftalivo\EmailContact\EmailContactServiceProvider::class,

    ],
```

Test Package
------------

[](#test-package)

To test, go to

- run php artisan serve
- in localhost:8000 and add /emailcontact
- configure your email service data in the .env file

```
MAIL_MAILER=smtp
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"
```

###  Health Score

22

—

LowBetter than 21% 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

Every ~0 days

Total

2

Last Release

1415d ago

### Community

Maintainers

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

---

Top Contributors

[![naftalivo](https://avatars.githubusercontent.com/u/31237771?v=4)](https://github.com/naftalivo "naftalivo (6 commits)")

### Embed Badge

![Health badge](/badges/naftalivo-emailcontact/health.svg)

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

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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