Download the PHP package jmf/type-validation without Composer
On this page you can find all versions of the php package jmf/type-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jmf/type-validation
More information about jmf/type-validation
Files in jmf/type-validation
Download jmf/type-validation
More information about jmf/type-validation
Files in jmf/type-validation
Vendor jmf
Package type-validation
Short Description Allows to check if a variable is of the expected type, using a type specification string like the ones in PHPDoc blocks (int, \Foo\Bar[], null|string, etc).
License MIT
Package type-validation
Short Description Allows to check if a variable is of the expected type, using a type specification string like the ones in PHPDoc blocks (int, \Foo\Bar[], null|string, etc).
License MIT
Please rate this library. Is it a good library?
Informations about the package type-validation
type validation
This package allows to check if a variable is of the expected type, using a type specification string like the ones in PHPDoc blocks.
Type specifications strings can be like the following:
etc.
Usage
Static validation with exceptions
Static validation with booleans
Concrete validation
You can also use a concrete instance of a type validator.
Typical use
All versions of type-validation with dependencies
PHP Build Version
Package Version
The package jmf/type-validation contains the following files
Loading the files please wait ....