PHPackages                             samuelkrupik/contacter - 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. samuelkrupik/contacter

ActiveLibrary

samuelkrupik/contacter
======================

Simple contact us form for laravel.

02Blade

Since Sep 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/samuelkrupik/contacter)[ Packagist](https://packagist.org/packages/samuelkrupik/contacter)[ RSS](/packages/samuelkrupik-contacter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Contacter
=========

[](#contacter)

⚡ Lightweight contact form package for laravel

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

[](#installation)

```
composer require samuelkrupik/contacter
```

Preparing database
------------------

[](#preparing-database)

This will create new table in database for storing contacts.

```
php artisan migrate
```

Laravel without auto discovery
------------------------------

[](#laravel-without-auto-discovery)

If you don't use auto-discovery, add the ContacterServiceProvider to the providers array in config/app.php

```
SamuelKrupik\Contacter\ContacterServiceProvider::class,
```

Preparing queue
---------------

[](#preparing-queue)

You should configure queue to run in your laravel application. For more information about queues click [here](https://laravel.com/docs/8.x/queues)

Publishing configuration file
-----------------------------

[](#publishing-configuration-file)

```
php artisan vendor:publish --tag=config
```

Configuring views
-----------------

[](#configuring-views)

**Publish views**

```
php artisan vendor:publish --tag=config
```

Now you can modify published views

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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/487182024b569677cad8fe164cdbf83362aba04fe62d623ae4fab48cea433f87?d=identicon)[samuelkrupik](/maintainers/samuelkrupik)

---

Top Contributors

[![samuelkrupik](https://avatars.githubusercontent.com/u/76613741?v=4)](https://github.com/samuelkrupik "samuelkrupik (2 commits)")

### Embed Badge

![Health badge](/badges/samuelkrupik-contacter/health.svg)

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

PHPackages © 2026

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