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 today

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

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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://www.gravatar.com/avatar/2d8963821bca4a30f7e613b311028a09072ff3e100da3ffbbf89fa8933167655?d=identicon)[Yevhenii](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M257](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M593](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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