PHPackages                             chuti/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. chuti/contact

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

chuti/contact
=============

This will send email to admin and save cotact query in database

v4.2(6y ago)512MITPHP

Since Jul 16Pushed 6y agoCompare

[ Source](https://github.com/janaka531/contact-package)[ Packagist](https://packagist.org/packages/chuti/contact)[ RSS](/packages/chuti-contact/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (6)Used By (0)

Contact-Package for LARAVEL
===========================

[](#contact-package-for-laravel)

[![Issue](https://camo.githubusercontent.com/223bca48551cf3f1d2fe57f8f807f277ffd75d4997af60ed9f91eb87fd896986/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6a616e616b613533312f636f6e746163742d7061636b6167652e737667)](https://packagist.org/packages/chuti/contact)[![Star](https://camo.githubusercontent.com/f94d9d3beaf2ccdf5c09d86601eb707e25db02e738e53162046a98c981e63284/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6a616e616b613533312f636f6e746163742d7061636b6167652e7376673f636f6c6f723d726564266c6f676f436f6c6f723d726564)](https://packagist.org/packages/chuti/contact)[![Folks](https://camo.githubusercontent.com/cb5f3e08dc7ee407e85057de574859a41930bb7acd8868cda9598b04a9f49ece/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6a616e616b613533312f636f6e746163742d7061636b6167652e737667)](https://packagist.org/packages/chuti/contact)[![License](https://camo.githubusercontent.com/d8aea9822a0412485c7dc98f360340bfb11ef52700889b5d03cb7c0b4704c94f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a616e616b613533312f636f6e746163742d7061636b6167652e737667)](https://packagist.org/packages/chuti/contact)[![](https://camo.githubusercontent.com/c6885984d086ec3e1a8f6a898fa41f0a6a3203440f806ffe4da6a2963b0c67c4/68747470733a2f2f706f7365722e707567782e6f72672f63687574692f636f6e746163742f646f776e6c6f6164732e7376673f666f726d61743d666c6174)](https://packagist.org/packages/chuti/contact)

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

[](#installation-steps)

### 1. Require the Package

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

After creating your new Laravel application you can include the contact package with the following command:

```
composer require chuti/contact
```

### 2. Add the DB Credentials &amp; APP\_URL

[](#2-add-the-db-credentials--app_url)

Next make sure to create a new database and mail credentials to add your database and mail credentials to your .env file:

```
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=USERNAME
MAIL_PASSWORD=PASSWORD
MAIL_ENCRYPTION=tls

```

---

Run php migrate command after set database details.

---

You will also want to update your website URL inside of the `APP_URL` variable inside the .env file:

```
APP_URL=http://localhost:8000

```

### 3. Run your application

[](#3-run-your-application)

```
php artisan serve

```

### 4. Publish views and config files

[](#4-publish-views-and-config-files)

If you want to customize view files and config files you can do it with following command

```
php artisan vendor:publish

```

Then select you want to publish.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

4

Last Release

2494d ago

Major Versions

v3.0 → v4.02019-07-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/597eb05c154945f3940486ce5f2bb22169981b7d29944a89bab1fd0e21b50132?d=identicon)[janaka531](/maintainers/janaka531)

---

Top Contributors

[![janakaedirisinghe](https://avatars.githubusercontent.com/u/37530779?v=4)](https://github.com/janakaedirisinghe "janakaedirisinghe (17 commits)")

---

Tags

composer-packagelaravelpackagist

### Embed Badge

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

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

###  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)
