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

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

skrskr/contact
==============

This package send mail to admin and save contact us message

v1.0.3(4y ago)010MITPHP

Since Oct 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/skrskr/contact-package)[ Packagist](https://packagist.org/packages/skrskr/contact)[ RSS](/packages/skrskr-contact/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (5)Used By (0)

Contact Us Package (for learning purpose)
=========================================

[](#contact-us-package-for-learning-purpose)

This package send mail to admin and save contact us message

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

[](#installation)

Require via composer

```
$ composer require skrskr/contact

```

### if laravel version &lt; laravel 5.5

[](#if-laravel-version--laravel-55)

Add ContactServiceProvider to app.php In `config/app.php` file

```
'providers' => [
    ...
    SkrSkr\Contact\ContactServiceProvider::class,
    ...
];
```

Runing
------

[](#runing)

Migrate contact model migrations

```
$ php artisan migrate

```

Run development server

```
$ php artisan serve

```

Hit contact form url

```
http://localhost:8000/contact

```

Customization
-------------

[](#customization)

Run this command to generate the `contact.php` configuration file, `vendor/contact` folder for views

```
$ php artisan vendor:publish
```

Change admin mail in `contact.php`

```
"send_mail_to" => "admin@exmaple.com",

```

Customize contact us form in `vendor/contact/contact.blade.php` blade file.

Customize contact us mail style in `vendor/contact/contact/email.blade.php` blade file.

Screenshot
----------

[](#screenshot)

[![screenshot image](./demo/demo.png)](./demo/demo.png)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

4

Last Release

1721d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/51b624cebf1ae85b1962b02c3980a276f02bfea24ec3a7e1ccb728025f73c1e5?d=identicon)[skrskr](/maintainers/skrskr)

---

Top Contributors

[![skrskr](https://avatars.githubusercontent.com/u/15523129?v=4)](https://github.com/skrskr "skrskr (7 commits)")

### Embed Badge

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

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[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)
