PHPackages                             gilleswittenberg/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. [Framework](/categories/framework)
4. /
5. gilleswittenberg/contact-form

ActiveCakephp-plugin[Framework](/categories/framework)

gilleswittenberg/contact-form
=============================

CakePHP ContactForm Plugin

012PHP

Since May 28Pushed 13y agoCompare

[ Source](https://github.com/gilleswittenberg/CakePHP_ContactForm)[ Packagist](https://packagist.org/packages/gilleswittenberg/contact-form)[ RSS](/packages/gilleswittenberg-contact-form/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

CakePHP 2.3+ ContactForm Plugin
===============================

[](#cakephp-23-contactform-plugin)

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

[](#installation)

*\[Composer\]*

Add the following to `composer.json`

```
"require": {
	"gilleswittenberg/contact-form": "dev-master"
}
```

*\[Manual\]*

1. Download [http://github.com/gilleswittenberg/CakePHP\_ContactForm/zipball/master](http://github.com/gilleswittenberg/CakePHP_ContactForm/zipball/master)
2. Unzip the downloaded ZIP file.
3. Copy the resulting folder to `APP_DIR/Plugin`
4. Rename the folder you just copied to `ContactForm`

*\[GIT Submodule\]*

In your `APP_DIR` type:

```
git submodule add git://github.com/gilleswittenberg/CakePHP_ContactForm.git Plugin/ContactForm
git submodule init
git submodule update
```

*\[GIT Clone\]*

In `APP_DIR/Plugin` directory type

```
git clone git://github.com/gilleswittenberg/CakePHP_ContactForm.git ContactForm
```

Create schema
-------------

[](#create-schema)

Run cake shell schema

```
cake schema create --plugin ContactForm
```

Usage
-----

[](#usage)

In `APP_DIR/Config/bootstrap.php` add:

```
CakePlugin::load('ContactForm', array('bootstrap' => true, 'routes' => true));

Configure::write('ContactForm', array(
	'mailTo' => 'mail@example.com',
	'sendInControllerAction' => 'true'
));
```

\##ToDo

- Configurable validation for fields
- Configurable flash messages
- SendMailShell
- Captcha
- Clear Session from send mail
- Disable form after submit (Javascript)
- Allow for multiple different forms per application

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/41184f56cbe4766c9826303e36afc0639f8b58a9b912ff6a925ed7c8628a532f?d=identicon)[gilleswittenberg](/maintainers/gilleswittenberg)

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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