PHPackages                             getherbie/plugin-simplecontact - 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. getherbie/plugin-simplecontact

ActiveHerbie-plugin[Utility &amp; Helpers](/categories/utility)

getherbie/plugin-simplecontact
==============================

SimpleContact Plugin for Herbie.

v2.0.1(1y ago)34.4k↓33.3%3BSD-3-ClausePHP

Since Dec 11Pushed 1y agoCompare

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

READMEChangelog (4)Dependencies (1)Versions (9)Used By (3)

Herbie Simplecontact Plugin
===========================

[](#herbie-simplecontact-plugin)

Simplecontact is a [Herbie](https://github.com/getherbie) plugin that allows you to add a simple contact form to your website. Such a form consists of the fields name, email and message.

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

[](#installation)

The plugin is installed via Composer.

```
$ composer require getherbie/plugin-simplecontact

```

After that, the plugin can be activated in the configuration file.

```
plugins:
    enable:
        - simplecontact

```

Configuration
-------------

[](#configuration)

Under `plugins.simplecontact.config` the following options are available.

The email address to which the form will be sent:

```
recipient: (string)

```

Aliased template path to custom form template:

```
template: (string)

```

Notes
-----

[](#notes)

If you have enabled page caching, you must disable it.

```
---
title: Contact form
cached: false
---

```

Also, the global config `components.pageRendererMiddleware.cache` must be set to false. Otherwise the page would be loaded from the page cache.

The form is then rendered using the twig function of the same name.

```
{{ simplecontact() }}

```

Additional content can be placed before or after the function call. A complete contact page looks like this:

```
---
title: Contact form
cached: false
---

# Contact form

Please fill in all fields of the contact form:

{{ simplecontact() }}

We can also be reached via email or phone at...

```

Demo
----

[](#demo)

A live demo can be viewed at .

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance47

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~824 days

Total

8

Last Release

399d ago

Major Versions

v0.7.0 → v1.0.02016-04-05

1.x-dev → v2.0.02023-01-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/3bdbbcc7c6a4eb0680b6f21d894db260f9863c0743d34365f723545aed49525d?d=identicon)[getherbie](/maintainers/getherbie)

---

Top Contributors

[![tbreuss](https://avatars.githubusercontent.com/u/1334161?v=4)](https://github.com/tbreuss "tbreuss (63 commits)")

---

Tags

hacktoberfestplugincontactmailformherbie

### Embed Badge

![Health badge](/badges/getherbie-plugin-simplecontact/health.svg)

```
[![Health](https://phpackages.com/badges/getherbie-plugin-simplecontact/health.svg)](https://phpackages.com/packages/getherbie-plugin-simplecontact)
```

###  Alternatives

[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k37.3M2.1k](/packages/ergebnis-composer-normalize)

PHPackages © 2026

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