PHPackages                             avayabaniya/contact-mail - 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. avayabaniya/contact-mail

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

avayabaniya/contact-mail
========================

Save and send contact email

1.2.0(5y ago)433[3 PRs](https://github.com/avayabaniya/contact-mail/pulls)MITPHP

Since Jul 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/avayabaniya/contact-mail)[ Packagist](https://packagist.org/packages/avayabaniya/contact-mail)[ RSS](/packages/avayabaniya-contact-mail/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (9)Used By (0)

Laravel contact-mail
====================

[](#laravel-contact-mail)

Save and send "contact us" email using AJAX and laravel

Installation
------------

[](#installation)

You can install this package via composer using this command:

```
composer require avayabaniya/contact-mail

```

The package will automatically register itself.

You will have to publish the contact-message.js into your project to use this package. You can publish the file with:

```
php artisan vendor:publish --provider="avayabaniya\ContactMailer\Providers\ContactMailerServiceProvider"

```

This will create ths packages' config file called `contact-mailer.php` in the `config` directory along with `contact-message.js` file in the `public/contact_mail/js` directory. `contact_form_example.blade.php` is also published in the `views` directory which can be used for testing.

How to use
----------

[](#how-to-use)

After publish the files you will have to run the migration using the following command:

```
php artisan migrate

```

This will create `contact_messages` table in your database where contact message are saved using `ContactMessage` eloquent model. This behaviour can be modified by specifying your custom model in the packages' config file.

Next step will be to configure your mail driver in the `.env` file

```
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"

```

Now you can include the js file in you blade template file by adding the following line

```

```

Set the form's `method` attribute as `POST` and `action` as `{{ route('send.contact.message') }}`

You will also have to set id of the `contact form` as `contact-form` and the id of `submit button` as `contact-submit`.

The contact form's input fields should have name attributes set as

- name
- email
- number
- subject
- message

Testing
-------

[](#testing)

You can test by using the contact form at `contact_form_example.blade.php` having url `{{base_url}}/contact-form-example`

or

run the tests with

```
vendor/bin/phpunit

```

Improvement
-----------

[](#improvement)

Contributions are welcome through pull requests. Also feel free to create any new issues.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 93.8% 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 ~34 days

Total

5

Last Release

1982d ago

### Community

Maintainers

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

---

Top Contributors

[![avayabaniya](https://avatars.githubusercontent.com/u/39871741?v=4)](https://github.com/avayabaniya "avayabaniya (15 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/avayabaniya-contact-mail/health.svg)

```
[![Health](https://phpackages.com/badges/avayabaniya-contact-mail/health.svg)](https://phpackages.com/packages/avayabaniya-contact-mail)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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