An open API service indexing awesome lists of open source software.

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.

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"
}
}
```