g737a6b / php-form
PHP form library.
3.3.1
2021-12-01 20:43 UTC
Requires (Dev)
- phpunit/phpunit: ^9.5
README
PHP form library.
Examples of use
See demo/
.
docker run -it --rm -p 8080:80 -v $(pwd):/var/www/html php:7.4-apache # http://localhost:8080/demo/
Features
MofgForm is suited to all web forms.
- All basic input types (text, select, radio, checkbox, textarea and password)
- Unlimited pages
- Validation
- Filtering
- HTML generation
- Sending email
- Summarizing submitted form
- Lightweight
- Installation using Composer
- MIT Licence
Installation
Composer
Add a dependency to your project's composer.json
file.
{ "require": { "g737a6b/php-form": "*" } }
Development
Install dependencies
docker run -it --rm -v $(pwd):/app composer:2.0 install
Run tests
docker run -it --rm -v $(pwd):/app composer:2.0 run-script tests
License
Copyright (c) 2021 Hiroyuki Suzuki