brick / form
Web form library
Installs: 1 971
Dependents: 1
Suggesters: 1
Security: 0
Stars: 13
Watchers: 3
Forks: 2
Open Issues: 1
Requires
- php: ^7.1 || ^8.0
- brick/html: ~0.1.1
- brick/validation: ~0.2.0 || ~0.3.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^7.0 || ^8.0 || ^9.0
This package is auto-updated.
Last update: 2024-11-03 00:21:07 UTC
README
A library to create, filter and validate web forms.
Installation
This library is installable via Composer:
composer require brick/form
Requirements
This library requires PHP >= 7.1.
Overview
To be written.