PHPackages                             ikoncept/fabriq-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. ikoncept/fabriq-contact-form

Abandoned → [karabinse/contact-form](/?search=karabinse%2Fcontact-form)Library[Utility &amp; Helpers](/categories/utility)

ikoncept/fabriq-contact-form
============================

Basic contact message used for public facing contact forms

1.4.2(2mo ago)0639MITPHPPHP ^8.0CI passing

Since Jul 8Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/ikoncept/fabriq-contact-form)[ Packagist](https://packagist.org/packages/ikoncept/fabriq-contact-form)[ Docs](https://github.com/ikoncept/fabriq-contact-form)[ RSS](/packages/ikoncept-fabriq-contact-form/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (18)Versions (10)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/f4a998eccba808c810235ea8f9ceee2e9ee31d0d41a88a947025995d556ef5b9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696b6f6e636570742f6661627269712d636f6e746163742d666f726d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ikoncept/fabriq-contact-form)[![GitHub Tests Action Status](https://camo.githubusercontent.com/c916d1086e43188de6a0000ea3c0d4828934e4089f8c4c3ef15eb199021c9a5a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f696b6f6e636570742f6661627269712d636f6e746163742d666f726d2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/ikoncept/fabriq-contact-form/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/41194c24d8dc9bf268fd78ee470a32de9108fc0d3dafe7f2cced3b6fe21d955f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696b6f6e636570742f6661627269712d636f6e746163742d666f726d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ikoncept/fabriq-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 ikoncept/fabriq-contact-form
```

You can publish the config file with:

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

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' => 'fabriq-contact-form::emails.contact_plain',

    'mailable' => \Ikoncept\FabriqContactForm\Mail\ContactMessage::class,

    'form_request_class' => \Ikoncept\FabriqContactForm\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="fabriq-contact-form-views"
```

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance86

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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 ~167 days

Recently: every ~173 days

Total

9

Last Release

69d ago

PHP version history (2 changes)1.0.0PHP ^8.1

1.0.1PHP ^8.0

### 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 (19 commits)")

---

Tags

laravelikonceptfabriq-contact-form

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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