Download the PHP package fnlive/contactform without Composer
On this page you can find all versions of the php package fnlive/contactform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fnlive/contactform
More information about fnlive/contactform
Files in fnlive/contactform
Download fnlive/contactform
More information about fnlive/contactform
Files in fnlive/contactform
Vendor fnlive
Package contactform
Short Description Classes for Contact Forms and message admin
License MIT
Homepage http://dbwebb.se/
Package contactform
Short Description Classes for Contact Forms and message admin
License MIT
Homepage http://dbwebb.se/
Please rate this library. Is it a good library?
Informations about the package contactform
Contactform a PHP module for contact forms.
This is a contact form module for the Anax-MVC framework.
- Add a contact form to any page via the ContactFormController class as dispatcher.
- Add a contact form message administration section to a page via the ContactFormAdminController class as dispatcher.
See contactform/webroot/testContactform.php for example usage.
Installation
- Download Anax-MVC release v.04 or later.
- Add following lines to Anax-MVC/composer.json, see below
- run composer update to download module and dependencies to vendor folder
- copy template files from vendor/fnlive/contactform/view/contactform/ to Anax-MVC/app/view/contactform/
- point your browser to file vendor/fnlive/contactform/webroot/testContactform.php to try out module
Anax-MVC/composer.json snippet:
"require": {
"php": ">=5.4",
"mos/cform": "2.*@dev",
"mos/cdatabase": "dev-master",
"fnlive/contactform": "dev-master"
},
This module is dependent on mos/cform and mos/cdatabase.
By Fredrik Nilsson ([email protected])
License
This software is free software and carries a MIT license.
Todo
- Add extension for enabling sending av message through mail-service to arbitrary receiver.
- Add support for storing and retrieval of Contact details from database.
- Add unit testing for module.
History
v1.0 (2016-03-05)
All versions of contactform with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package fnlive/contactform contains the following files
Loading the files please wait ....