Skip to content
 
 

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages