Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanotorresi/mycontact
A ZF2 contact form module based on Matthew Weier O'Phinney's PhlyContact
https://github.com/stefanotorresi/mycontact
Last synced: 18 days ago
JSON representation
A ZF2 contact form module based on Matthew Weier O'Phinney's PhlyContact
- Host: GitHub
- URL: https://github.com/stefanotorresi/mycontact
- Owner: stefanotorresi
- License: mit
- Created: 2012-12-03T16:15:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-20T11:43:36.000Z (over 10 years ago)
- Last Synced: 2024-10-03T16:21:35.801Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 703 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
MyContact
===MyContact is a Zend Framework 2 module based on [Matthew Weier O'Phinney](https://github.com/weierophinney)'s [PhlyContact](https://github.com/weierophinney/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](https://github.com/weierophinney/PhlyContact)
---- I18n ready.
- Ajax XHR support.
- Image captcha using Imagick instead of GD.Documentation
---Please check the aforementioned [PhlyContact](https://github.com/weierophinney/PhlyContact) ;)