PHP Classes

Classes of Ivan Grigorov

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Ivan Grigorov (1)  >  Mission progress status  >  Reputation  
Picture of Ivan Grigorov
Name: Ivan Grigorov <contact>
Classes: 1
Country: Bulgaria Bulgaria
Age: ???
All time rank: 445429 in Bulgaria Bulgaria
Week rank: 181 Up3 in Bulgaria Bulgaria Up
All time users: 77
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image VM PHP Validator Package  
PHP Programming Innovation award nominee
May 2022
Number 4
Validate objects using rules defined in comments
This package can validate objects using rules defined in comments.

It can use PHP reflection support to extract validation rules defined by the class comments.

The package provides classes that implement several types of validation rules.

The package can validate the parameters passed to the class functions, return values, class variables, and class constants.

Suppose one of the validated values does not satisfy the validation rules. In that case, the package triggers an exception that applications can handle to process the claims when the class validated by this package uses invalid values.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z