This repository was archived by the owner on Nov 6, 2020. It is now read-only.
-
Couldn't load subscription status.
- Fork 1
A validation framework for the service based TypeSafe framework.
License
Couldn't load subscription status.
sarnowski/TypeSafe-validation
Folders and files
| Name | Name | 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
License
Stars
Watchers
Forks
Packages 0
No packages published