ropendev / form
Bridge between a html form builder (adamwathan) and a validator (laravel) : write things only once.
dev-master
2015-01-14 18:24 UTC
Requires
- php: >=5.4.0
- adamwathan/form: 0.4.*
- illuminate/validation: 4.2.*
- symfony/config: 2.5.*
- symfony/translation: 2.5.*
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2024-11-10 06:38:43 UTC
README
Small class to write less validator and form builder. Write once, reuse-it.
##Table of contents
##Usage
See tests/FrontTest.php
Installation
composer require ropendev/form
Requirements
See composer.json
file.
Contributing
See CONTRIBUTING.md
file.
Tests
phpunit
And tests/Front.php to test functionnalities are OK.
Contributors
- Original author Robin D.
- ...
License
MIT (see the LICENSE file for details)