PHPackages                             karabinse/contact-form - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. karabinse/contact-form

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

karabinse/contact-form
======================

Basic contact message used for public facing contact forms

1.5.0(1mo ago)0191MITPHPPHP ^8.0CI passing

Since Mar 9Pushed 1mo agoCompare

[ Source](https://github.com/KarabinSE/contact-form)[ Packagist](https://packagist.org/packages/karabinse/contact-form)[ Docs](https://github.com/KarabinSE/contact-form)[ RSS](/packages/karabinse-contact-form/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (6)Dependencies (14)Versions (7)Used By (0)

🇺🇦
==

[](#)

Basic contact message used for public facing contact forms
==========================================================

[](#basic-contact-message-used-for-public-facing-contact-forms)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7e367722b9163ad32869dae6a76d2b1a2f2fdc84dd577ce1c38065c674733562/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b61726162696e73652f636f6e746163742d666f726d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/karabinse/contact-form)[![GitHub Tests Action Status](https://camo.githubusercontent.com/681cf964dfddc22997770d39e34a59931ef94c72df69ffb40d5502a470ead9f3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6b61726162696e73652f636f6e746163742d666f726d2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/karabinse/contact-form/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/1b02788d1c69b0ba31bdf24ef4883c5128213e72ae4ee12185d6824d1c349eb4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b61726162696e73652f636f6e746163742d666f726d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/karabinse/contact-form)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require karabinse/contact-form
```

You can publish the config file with:

```
php artisan vendor:publish --tag="contact-form-config"
```

Publish the migration files with:

```
php artisan vendor:publish --tag="contact-form-migrations"
```

This is the contents of the published config file:

```
return [
    'recipients' => [
        'example@example.com'
    ],

    'bcc_recipients' => ['fopper@ss.com'],

    'include_app_name' => true,

    'subject' => 'Nytt meddelande från hemsidan',

    'mail_view' => 'contact-form::emails.contact_plain',

    'mailable' => \KarabinSE\ContactForm\Mail\ContactMessage::class,

    'form_request_class' => \KarabinSE\ContactForm\Http\Requests\ContactMessageRequest::class,

    'validation_rules' => [
        'name' => 'required|max:125',
        'email' => 'required|max:125',
        'phone' => 'max:30',
        'message' => 'required|max:3000'
    ]
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="contact-form-views"
```

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [Albin N](https://github.com/KarabinSE)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance91

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.3% 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 ~12 days

Total

6

Last Release

43d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53842b68734249d1bd4581663ce93e12dd241047cbdc11c49065f294c0228d36?d=identicon)[Albin N](/maintainers/Albin%20N)

---

Top Contributors

[![nivv](https://avatars.githubusercontent.com/u/4033930?v=4)](https://github.com/nivv "nivv (26 commits)")[![cleanSumo](https://avatars.githubusercontent.com/u/41383171?v=4)](https://github.com/cleanSumo "cleanSumo (1 commits)")

---

Tags

laravelcontact formkarabinse

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M152](/packages/spatie-laravel-health)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[nativephp/mobile

NativePHP for Mobile

1.0k55.0k85](/packages/nativephp-mobile)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

43140.3k](/packages/harris21-laravel-fuse)[laracraft-tech/laravel-useful-additions

A collection of useful Laravel additions!

58122.8k](/packages/laracraft-tech-laravel-useful-additions)

PHPackages © 2026

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