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. karabinse/contact-form

ActiveLibrary

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

Basic contact message used for public facing contact forms

1.3.0(2mo ago)06MITPHPPHP ^8.0CI passing

Since Mar 9Pushed 2mo 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 1mo ago

READMEChangelog (4)Dependencies (7)Versions (5)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

39

—

LowBetter than 85% of packages

Maintenance94

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

61d 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 (25 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

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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