Skip to content

thecodingmachine/harmony-validator-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Harmony validator interfaces

This package is used as part of the self-validation feature of Harmony.

You can read more about self validation in Harmony's documentation.

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

About

The validator-interface package contains interfaces your classes can implement to provide self-validation in Harmony.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages