PHPackages                             yevhenii/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. [Framework](/categories/framework)
4. /
5. yevhenii/contact

ActiveComposer-plugin[Framework](/categories/framework)

yevhenii/contact
================

Package has view, model, controller for contact form

00PHP

Since Dec 27Pushed 7y agoCompare

[ Source](https://github.com/zenia9012/contact-form-package)[ Packagist](https://packagist.org/packages/yevhenii/contact)[ RSS](/packages/yevhenii-contact/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Contact form for laravel
========================

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

This package is just form with few fields.
------------------------------------------

[](#this-package-is-just-form-with-few-fields)

Fields:

- email
- name
- message

Features:

- send email for admin
- save user contact to database

Also you can easily add fields to form

Install
-------

[](#install)

1. In your terminal:

```
composer require  yevhenii/contact
```

2. Add to config/app.php provider

```
Yevhenii\Contact\ContactServiceProvider::class,
```

3. Publish migration, config, views

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

Usage
-----

[](#usage)

Add this function to your blade wherever you need

```
{!! Yevhenii\Contact\Models\Contact::form() !!}
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4973474?v=4)[Yevhenii](/maintainers/Yevhenii)[@Yevhenii](https://github.com/Yevhenii)

---

Top Contributors

[![zenia9012](https://avatars.githubusercontent.com/u/24375317?v=4)](https://github.com/zenia9012 "zenia9012 (8 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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