Download the PHP package org_heigl/contact without Composer
On this page you can find all versions of the php package org_heigl/contact. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package contact
Org_Heigl\Contact
This Modules provides a simple contact-form with spam-protection using a honeypot. It is based on the PhlyContact-Module by Matthew WeierOPhinney.
The idea of the honeypot is based on a blogpost by Lorna Jane Mitchell
The contact form is for example used at [php.ug]()https://php.ug/contact) and so far I haven't had spam from it in over 4 years. So the honeypot seems to be working. :)
Installation
Install the package using composer.
Usage
-
In your application.conf-file add the Module to the list of modules
- Configure your settings by copying the file to your applications -folder (removing the on the way) and then altering the content.
For the -settings you may want to have a look at Zend\Mail.
- Link to the Form using
$this->url('contact')
in your view. This will render the form in your view. - There is no step four.
All versions of contact with dependencies
zendframework/zend-mvc Version ^2.1 || ^3.0
zendframework/zend-servicemanager Version ^2.1 || ^3.0
zendframework/zend-mail Version ^2.1 || ^3.0
zendframework/zend-stdlib Version ^2.1 || ^3.0
zendframework/zend-view Version ^2.1 || ^3.0
zendframework/zend-hydrator Version ^2.1 || ^3.0
zendframework/zend-inputfilter Version ^2.1 || ^3.0
zendframework/zend-form Version ^2.1 || ^3.0
zendframework/zend-validator Version ^2.1 || ^3.0
zendframework/zend-math Version ^2.1 || ^3.0
zendframework/zend-session Version ^2.1 || ^3.0