https://github.com/brick/form
Web form library for PHP
https://github.com/brick/form
form form-validation php
Last synced: about 1 year ago
JSON representation
Web form library for PHP
- Host: GitHub
- URL: https://github.com/brick/form
- Owner: brick
- License: mit
- Created: 2015-02-04T21:42:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T23:17:36.000Z (about 2 years ago)
- Last Synced: 2025-04-30T14:33:29.375Z (about 1 year ago)
- Topics: form, form-validation, php
- Language: PHP
- Homepage:
- Size: 79.1 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Brick\Form
==========

A library to create, filter and validate web forms.
[](https://github.com/brick/form/actions)
[](https://coveralls.io/github/brick/form?branch=master)
[](https://packagist.org/packages/brick/form)
[](http://opensource.org/licenses/MIT)
Installation
------------
This library is installable via [Composer](https://getcomposer.org/):
```bash
composer require brick/form
```
Requirements
------------
This library requires PHP >= 7.1.
Overview
--------
To be written.