PHPackages                             nadaft/contactme - 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. nadaft/contactme

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

nadaft/contactme
================

Laravel contact us form package to send email and save to database

v1.4(3y ago)82623MITPHP

Since Feb 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Nadaft/contactme)[ Packagist](https://packagist.org/packages/nadaft/contactme)[ RSS](/packages/nadaft-contactme/feed)WikiDiscussions master Synced today

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

[![alt text](https://raw.githubusercontent.com/Nadaft/contactme/master/preview.png)](https://raw.githubusercontent.com/Nadaft/contactme/master/preview.png)

ContactMe
=========

[](#contactme)

[![Latest Stable Version](https://camo.githubusercontent.com/d487e4e924f73f745fefb7d7b35ba68db39b77da483272118f8eaaa91515f01f/68747470733a2f2f706f7365722e707567782e6f72672f6e61646166742f636f6e746163746d652f762f737461626c65)](https://packagist.org/packages/nadaft/contactme)[![Total Downloads](https://camo.githubusercontent.com/11833d5a8c764da742c33eeb448f614ca5535da9e1b529e785a217a60fe2f456/68747470733a2f2f706f7365722e707567782e6f72672f6e61646166742f636f6e746163746d652f646f776e6c6f616473)](https://packagist.org/packages/nadaft/contactme)[![License](https://camo.githubusercontent.com/d46569ce7050dfc1f4bb069eaa7131c06e9822aa2fb0d2bd9ba9aa890f026b48/68747470733a2f2f706f7365722e707567782e6f72672f6e61646166742f636f6e746163746d652f6c6963656e7365)](https://packagist.org/packages/nadaft/contactme)

A Laravel Package to create Contact Us Form Easily

Features
--------

[](#features)

- Send Email
- Save Message to Database

Tested on Laravel 5.7

Installation Steps
------------------

[](#installation-steps)

### 1. Require the Package

[](#1-require-the-package)

Run the following command:

```
composer require nadaft/contactme
```

### 2. Add the service provider to your config/app.php providers array:

[](#2-add-the-service-provider-to-your-configappphp-providers-array)

> If you're installing on Laravel 5.5+ skip this step

```
Nadaft\ContactMe\ContactMeServiceProvider::class,
```

### 3. Run Migration

[](#3-run-migration)

Run the following command:

```
php artisan migrate
```

### 4. Edit `.env` File

[](#4-edit-env-file)

Add variable MAIL\_CONTACTME\_TO to `.env` and then define the email to receive email

For example

```
MAIL_CONTACTME_TO="hello@example.com"
```

***Finally*** you can access your contact page by access `http://your-site.com/contactme` to show the result

Customize Your Form
-------------------

[](#customize-your-form)

If you want to create your own contact us page, you must following below instruction :

- Form action = `{{ route('contactme.submit') }}`
- Name field = input `name="name"`
- Email field = input `name="email"`
- Message field = textarea `name="message"`

> Don't forget to add `{{ csrf_field() }}`

You can create the contact page with your own Route and/or Controller

Bugs and Issues
---------------

[](#bugs-and-issues)

If you found bugs or issues just write to [Issues](https://github.com/nadaft/contactme/issues)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 95.2% 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 ~266 days

Recently: every ~333 days

Total

6

Last Release

1306d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a22ade0d647c5e63b29a5466f25fd095471fd35a8fc327ca8e4fdfe0d01eb7b?d=identicon)[NHNajibullah](/maintainers/NHNajibullah)

---

Top Contributors

[![nhnajibullah](https://avatars.githubusercontent.com/u/10539842?v=4)](https://github.com/nhnajibullah "nhnajibullah (20 commits)")[![tallesairan](https://avatars.githubusercontent.com/u/2424128?v=4)](https://github.com/tallesairan "tallesairan (1 commits)")

---

Tags

contact-formlaravellaravel-packagelaravelemailformcontactcontact formcontact usnadaftcontactme

### Embed Badge

![Health badge](/badges/nadaft-contactme/health.svg)

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

###  Alternatives

[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[ashallendesign/laravel-mailboxlayer

A lightweight Laravel package for validating emails using the Mailbox Layer API.

762.0k](/packages/ashallendesign-laravel-mailboxlayer)

PHPackages © 2026

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