Download the PHP package ttskch/contact-form without Composer
On this page you can find all versions of the php package ttskch/contact-form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ttskch/contact-form
More information about ttskch/contact-form
Files in ttskch/contact-form
Download ttskch/contact-form
More information about ttskch/contact-form
Files in ttskch/contact-form
Vendor ttskch
Package contact-form
Short Description PHP utility classes to implement general contact form
License MIT
Homepage https://github.com/ttskch/contact-form
Package contact-form
Short Description PHP utility classes to implement general contact form
License MIT
Homepage https://github.com/ttskch/contact-form
Please rate this library. Is it a good library?
Informations about the package contact-form
contact-form
PHP utility classes to implement general contact form (also with confirmation view). It's maybe useful to build contact form on WordPress or pure PHP site.
Requirements
- PHP 5.4+
- Configuring
date.timezone
in php.ini
Supported features
- Csrf protection with session and hidden input tag
- Server side validation for submitted values
- Short hands to print submitted value itself, validation errors, "selected" option, "checked" option
- Attaching files and handle them easily in the same session
- Sending email which contains submissions information easily
Installation
or
Usage
See demo code or run it on your local to learn more :)
Precaution
Because this utility calls header() function to redirect, you must execute instantiation and some methods before any actual output is sent.
All versions of contact-form with dependencies
PHP Build Version
Package Version
The package ttskch/contact-form contains the following files
Loading the files please wait ....