PHPackages                             siezi/phile-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. siezi/phile-contact-form

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

siezi/phile-contact-form
========================

Contact Form Plugin for PhileCMS

1.0.0(11y ago)189[1 issues](https://github.com/Schlaefer/phileContactForm/issues)GPL-3.0PHP

Since May 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Schlaefer/phileContactForm)[ Packagist](https://packagist.org/packages/siezi/phile-contact-form)[ Docs](https://github.com/Schlaefer/phileContactForm)[ RSS](/packages/siezi-phile-contact-form/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Contact Form Plugin for PhileCMS
================================

[](#contact-form-plugin-for-philecms)

Add a simple contact-form onto a page which sends the form data to an email address.

[Project Home](https://github.com/Schlaefer/phileContactForm)

### 1.1 Installation (composer)

[](#11-installation-composer)

```
"require": {
	"siezi/phile-contact-form": "*"
}
```

### 1.2 Installation (Download)

[](#12-installation-download)

- download this plugin into `plugins/siezi/phileContactForm`

### 2. Activation

[](#2-activation)

After you have installed the plugin you need to activate it. Add the following line to your `/config.php` file:

```
$config['plugins']['siezi\\phileContactForm'] = ['active' => true];
```

### 3. Start

[](#3-start)

Set the email-address the contact form is send to:

```
$config['plugins']['siezi\\phileContactForm']['recipient-email'] = 'contact@example.com';
```

Put

```
(contact-form: simple)

```

onto the page where the contact form should be inserted.

### 4. Config

[](#4-config)

See `config.php`.

#### Events

[](#events)

##### plugin.siezi.contactForm.send

[](#pluginsiezicontactformsend)

Triggered when the received form data is processed.

By altering the returned `success` parameter allows you to utilize the form data and perform your own action and/or suppress the default (send email).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

4035d ago

Major Versions

0.1.0 → 1.0.02015-05-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/e74cd0267a63f3ddd5d19f9243d55bf94e779d8a8b7ed100a78b30442566ac56?d=identicon)[Schlaefer](/maintainers/Schlaefer)

---

Top Contributors

[![Schlaefer](https://avatars.githubusercontent.com/u/143224?v=4)](https://github.com/Schlaefer "Schlaefer (3 commits)")

---

Tags

philecmsphilecms-pluginformcontactphile

### Embed Badge

![Health badge](/badges/siezi-phile-contact-form/health.svg)

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

###  Alternatives

[mremi/contact-bundle

Implementation of a contact form for Symfony2

2712.4k2](/packages/mremi-contact-bundle)

PHPackages © 2026

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