https://github.com/thecodingmachine/utils.common.symfony-validator-wrapper
Provide a Symfony validator with AnnotationMapping Enable.
https://github.com/thecodingmachine/utils.common.symfony-validator-wrapper
Last synced: 3 months ago
JSON representation
Provide a Symfony validator with AnnotationMapping Enable.
- Host: GitHub
- URL: https://github.com/thecodingmachine/utils.common.symfony-validator-wrapper
- Owner: thecodingmachine
- License: mit
- Created: 2014-04-22T14:04:52.000Z (about 12 years ago)
- Default Branch: 2.4
- Last Pushed: 2014-04-24T15:05:13.000Z (about 12 years ago)
- Last Synced: 2025-02-16T12:30:30.705Z (over 1 year ago)
- Language: PHP
- Size: 160 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Symfony's Validator for Mouf framework
======================================
Provide a Symfony validator with AnnotationMapping Enable.
Content of the package
----------------------
This package contains an install script that provides a [Symfony's `Validator`](http://symfony.com/doc/master/book/validation.html) instance in a Mouf project.
This instance is called `validator`.
Requirements
------------
Installation
------------
To install the package, just add its latest version to your composer.json (see the package in the [packagist website](https://packagist.org/packages/mouf/utils.common.symfony-validator-wrapper)) adn run the `php composer.phar update`.
Then in Mouf validation process, a new task should be marked as **To run**, launch the installation process and you will have your `validator` instance ready to use !