Formidable is an almost completely strictly typed form library for PHP 7. Why only almost? Because we are missing generics in PHP still, which would be the requirement to make it completely strictly typed. As soon as those are available, Formidable will be updated accordingly.
Install via composer:
$ composer require dasprid/formidable
Documentation builds are available at:
You can also build the documentation locally via MkDocs:
$ mkdocs serve
A huge thanks goes out to Soliant for sponsoring the development of this library!