https://github.com/thecodingmachine/harmony-validator-interface
The validator-interface package contains interfaces your classes can implement to provide self-validation in Harmony.
https://github.com/thecodingmachine/harmony-validator-interface
Last synced: 3 months ago
JSON representation
The validator-interface package contains interfaces your classes can implement to provide self-validation in Harmony.
- Host: GitHub
- URL: https://github.com/thecodingmachine/harmony-validator-interface
- Owner: thecodingmachine
- Created: 2015-04-03T12:19:38.000Z (about 11 years ago)
- Default Branch: 1.0
- Last Pushed: 2015-07-27T10:15:52.000Z (almost 11 years ago)
- Last Synced: 2025-02-16T12:30:27.259Z (over 1 year ago)
- Language: PHP
- Size: 107 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Harmony validator interfaces
============================
This package is used as part of the self-validation feature of [Harmony](http://mouf-php.com).
You can read more about self validation in [Harmony's documentation](http://mouf-php.com/packages/mouf/mouf/doc/writing_harmony_validator.md).
If your package is making use of harmony validators, you should include this package into your Composer dependencies:
**composer.json**
```
{
"require": {
"harmony/validator-interface": "~1.0"
}
}
```