Skip to content

A validation framework for the service based TypeSafe framework.

License

Notifications You must be signed in to change notification settings

dom-mel/TypeSafe-validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeSafe Validation
================================================================================

Validation framework which can validate method call inputs via @validate
annotations.


Module to install:
--------------------------------------------------------------------------------
TypeSafe/validation/ValidationModule.php


Usage:
--------------------------------------------------------------------------------

/**
 * @param string $text
 * @validate IsText
 */
public function setText($text) {
    /* ... */
}

About

A validation framework for the service based TypeSafe framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%