PHPackages                             omerucel/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. omerucel/form

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

omerucel/form
=============

1.0.0(8y ago)147PHP

Since Jul 13Pushed 8y agoCompare

[ Source](https://github.com/omerucel/form)[ Packagist](https://packagist.org/packages/omerucel/form)[ Docs](https://github.com/omerucel/form)[ RSS](/packages/omerucel-form/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/2edc83d4710b689bf4fb5e3c882f59c42f2baae031596d30c2160f13727f2423/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6f6d65727563656c2f666f726d2e706e67)](http://travis-ci.org/omerucel/form)

About
=====

[](#about)

This library provides clean and an easy solution for form validation process. It's using [respect/validation](https://github.com/Respect/Validation) package for validation part.

Composer
========

[](#composer)

```
{
    "require": {
        "omerucel/form": "1.0.0"
    }
}
```

Usage
=====

[](#usage)

There's two options to use. First way is to extend **OU\\Form\\Form** class and it is clean way to use this library.

```
