ropendev / form
Bridge between a html form builder (adamwathan) and a validator (laravel) : write things only once.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ropendev/form
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: 2025-10-10 08:55:45 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)