Home > TypeSafe-validation

TypeSafe-validation

TypeSafe-validation is a project mainly written in PHP, based on the Apache-2.0 license.

A validation framework for the service based TypeSafe framework.

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) { / ... */ }
Previous:Project_1