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

ActiveLibrary

amanatjuwel/contact
===================

This will send email to admin and save contact query to database

v1.0.0(6y ago)08MITPHP

Since Aug 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/amanat-juwel/contact-pakage)[ Packagist](https://packagist.org/packages/amanatjuwel/contact)[ RSS](/packages/amanatjuwel-contact/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Contact Us From Pakage
----------------------

[](#contact-us-from-pakage)

### This will send email to admin and save contact query to database

[](#this-will-send-email-to-admin-and-save-contact-query-to-database)

Contact Us From Pakage for Laravel 5
------------------------------------

[](#contact-us-from-pakage-for-laravel-5)

Require this package in your composer.json and update composer.

```
composer require amanatjuwel/contact

```

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

[](#installation)

### Laravel 5.x:

[](#laravel-5x)

After updating composer, add the ServiceProvider to the providers array in config/app.php

```
Amanatjuwel\Contact\ContactServiceProvider::class,

```

Use `php artisan vendor:publish` to create a config file located at `config/contact.php` which will allow you to define local configurations to change some settings (default paper etc). You can also use your ConfigProvider to set certain keys.

### Configuration

[](#configuration)

```
php artisan vendor:publish --provider="Amanatjuwel\Contact\ContactServiceProvider"

```

The Contact service provider registers its own database migration directory with the framework, so you should migrate your database after installing the package.

```
php artisan migrate

```

.env =&gt;

```
QUEUE_DRIVER=database
QUEUE_CONNECTION=database

```

Using
-----

[](#using)

```
localhost/myProject/contact

```

You can change the admin email address from 'config/contact.php' file

return\[

```
'send_email_to' => 'admin@example.com'

```

\];

### License

[](#license)

This Contact Us From Pakage for Laravel is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

2459d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/622a3105aa1bbafbd6a145a0df5463485c1eea7029708e038996de0a641d1005?d=identicon)[amanat-juwel](/maintainers/amanat-juwel)

---

Top Contributors

[![amanat-juwel](https://avatars.githubusercontent.com/u/23531263?v=4)](https://github.com/amanat-juwel "amanat-juwel (10 commits)")

### Embed Badge

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

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

PHPackages © 2026

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