Formidable

Build Status Coverage Status Dependency Status Reference Status Latest Stable Version Total Downloads License

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.

Installation

Install via composer:

$ composer require dasprid/formidable

Documentation

Documentation builds are available at:

  • https://formidable.readthedocs.org

You can also build the documentation locally via MkDocs:

$ mkdocs serve

Acknowledgment

A huge thanks goes out to Soliant for sponsoring the development of this library!