Download the PHP package thorough-php/type-guard without Composer
On this page you can find all versions of the php package thorough-php/type-guard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package type-guard
TypeGuard - PHP type validation partly inspired by Ceylon Union and Intersection types
Features
TypeGuard can validate:
-
Scalar types:
string
,integer
, etc.: -
Object types:
ArrayAccess
,stdClass
, etc.: -
Union types:
string|integer
: -
Intersection types:
ArrayAccess&Countable
: - Optional types:
?string
:
All versions of type-guard with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package thorough-php/type-guard contains the following files
Loading the files please wait ....