PHPackages                             ithilbert/kontaktformular - 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. ithilbert/kontaktformular

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

ithilbert/kontaktformular
=========================

Mein Kontaktformular mit Verarbeitungscode

2.0.0(3mo ago)0108MITPHP

Since Mar 15Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/ITHilbert/kontaktformular)[ Packagist](https://packagist.org/packages/ithilbert/kontaktformular)[ Docs](https://www.it-hilbert.com)[ RSS](/packages/ithilbert-kontaktformular/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (7)Used By (0)

ITHilbert Kontaktformular
=========================

[](#ithilbert-kontaktformular)

**Beschreibung**: Mein Kontaktformular mit Verarbeitungscode.

Dokumentation
-------------

[](#dokumentation)

Die ausführliche Dokumentation befindet sich im Ordner `docs/`:

- [Kontext &amp; Zielsetzung](docs/00_README_Kontext.md)
- [Architekturübersicht](docs/01_Architektur%C3%BCbersicht.md)
- [Modulstruktur](docs/07_Modulstruktur.md)

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

[](#installation)

```
composer require ithilbert/kontaktformular
```

Konfiguration
-------------

[](#konfiguration)

```
return [
    'mailTo' => [env('MAIL_TO_ADDRESS', 'ihre-email@example.com')],
];
```

Namespace
---------

[](#namespace)

`ITHilbert\Kontaktformular`

Routen
------

[](#routen)

```
Route::post('/kontaktformular/anfrage', [KontaktformularController::class, 'anfrage'])->name('anfrage');
Route::get('/kontaktformular/danke', [KontaktformularController::class, 'danke_formular'])->name('danke_formular');
Route::get('/kontaktformular/danke_bot', [KontaktformularController::class, 'danke_bot_formular'])->name('danke_bot_formular');
```

Views
-----

[](#views)

Es müssen die Views 'layouts.master' und 'layouts.masterBot' im Hauptprojekt vorhanden sein.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance89

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community7

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.

###  Release Activity

Cadence

Every ~10 days

Total

5

Last Release

90d ago

Major Versions

0.1.1 → 1.0.02026-03-15

v1.0.0 → 2.0.02026-03-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/86378a339ef2f2a6b6dc13256925d271de7af518a4ee1dfef913b75868d3640c?d=identicon)[ithilbert](/maintainers/ithilbert)

---

Top Contributors

[![ITHilbert](https://avatars.githubusercontent.com/u/46783454?v=4)](https://github.com/ITHilbert "ITHilbert (25 commits)")

---

Tags

laravelhomepageit-hilbert

### Embed Badge

![Health badge](/badges/ithilbert-kontaktformular/health.svg)

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

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20518.8k](/packages/stephenjude-filament-blog)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11258.1k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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