stefanotorresi / my-contact
A ZF2 contact form module based on Matthew Weier O'Phinney's PhlyContact
Installs: 142
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/stefanotorresi/my-contact
Requires
This package is auto-updated.
Last update: 2022-02-01 12:22:33 UTC
README
MyContact is a Zend Framework 2 module based on Matthew Weier O'Phinney's PhlyContact.
DISCLAIMER: This is pretty much my first ZF2 module so it probably has a lot of rough edges. I didn't fork the original project because I didn't really knew where to go from there, I just needed to mock about with a simple module.
Features added to PhlyContact
- I18n ready.
- Ajax XHR support.
- Image captcha using Imagick instead of GD.
Documentation
Please check the aforementioned PhlyContact ;)