Full featured form engine library inspired in Django Framework.
Library can be installed using Composer like so:
$ composer require dipcode/php-form
Start by cloning the repo:
$ git clone git@github.com:dipcode-software/php-form.git
$ cd php-form
Install the composer dependencies:
$ composer install
To run tests, unit and style tests, just run:
$ composer test
Largely PSR-2 compliant:
https://raw.githubusercontent.com/php-fig/fig-standards/master/accepted/PSR-2-coding-style-guide.md