An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Brick\Form
==========

A library to create, filter and validate web forms.

[![Build Status](https://github.com/brick/form/workflows/CI/badge.svg)](https://github.com/brick/form/actions)
[![Coverage Status](https://coveralls.io/repos/github/brick/form/badge.svg?branch=master)](https://coveralls.io/github/brick/form?branch=master)
[![Latest Stable Version](https://poser.pugx.org/brick/form/v/stable)](https://packagist.org/packages/brick/form)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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.