PHPackages                             bootpress/form - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. bootpress/form

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

bootpress/form
==============

Coordinates form validation, errors, messages, values, and inputs in a DRY KISS way.

v1.0(9y ago)08091MITPHPPHP &gt;=5.4

Since Oct 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Kylob/Form)[ Packagist](https://packagist.org/packages/bootpress/form)[ RSS](/packages/bootpress-form/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (1)

use BootPress\\Form\\Component as Form;
=======================================

[](#use-bootpressformcomponent-as-form)

[![Packagist](https://camo.githubusercontent.com/39035e4592c6a476c20e00b3dae4f0dc07f7cbfb3d4388a8af9e0634e0d237a6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626f6f7470726573732f666f726d2e7376673f7374796c653d666c61742d737175617265266c6162656c3d5061636b6167697374)](https://packagist.org/packages/bootpress/form)[![License MIT](https://camo.githubusercontent.com/a7e65aee57b11d28e4caff8b945729a66be0bb663f7f93bd24c5aa65699f148e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![HHVM Tested](https://camo.githubusercontent.com/3422fab0fbdb2e50d74ced25d6df3e7e1be8b373f48c708a785f247a503409d1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4848564d2d5465737465642d3838393262662e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Kylob/Form)[![PHP 7 Supported](https://camo.githubusercontent.com/7dae9186d16bac6b5d5cee34d3bec4400516657b575bc1c784125d70a6871126/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f504850253230372d537570706f727465642d3838393262662e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Kylob/Form)[![Build Status](https://camo.githubusercontent.com/bce983beb498245f51ddcf1560132d0a983023efc17298be3f709dec8df94341/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4b796c6f622f466f726d2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Kylob/Form)[![Code Climate](https://camo.githubusercontent.com/0e80cea5f986c6a949c7a88d57955cf9eeb396a673c663f68dc9f6d387cdd7f1/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f4b796c6f622f466f726d2e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/Kylob/Form)[![Test Coverage](https://camo.githubusercontent.com/5b6411992105c2eab5515312b4ded0546780c2ec6aeaa7c8fa08b24d935b404e/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f636f7665726167652f6769746875622f4b796c6f622f466f726d2e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/Kylob/Form/coverage)

Coordinates form validation, errors, messages, values, and inputs in a [DRY](http://en.wikipedia.org/wiki/Don%27t_repeat_yourself) [KISS](http://en.wikipedia.org/wiki/Keep_it_simple_stupid) way.

Installation
------------

[](#installation)

Add the following to your `composer.json` file.

```
{
    "require": {
        "bootpress/form": "^1.0"
    }
}
```

Example Usage
-------------

[](#example-usage)

```
