Download the PHP package granam/boolean without Composer
On this page you can find all versions of the php package granam/boolean. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download granam/boolean
More information about granam/boolean
Files in granam/boolean
Download granam/boolean
More information about granam/boolean
Files in granam/boolean
Vendor granam
Package boolean
Short Description Lightweight boolean container with stand-alone converter
License MIT
Homepage https://github.com/jaroslavtyc/granam-boolean
Package boolean
Short Description Lightweight boolean container with stand-alone converter
License MIT
Homepage https://github.com/jaroslavtyc/granam-boolean
Please rate this library. Is it a good library?
Informations about the package boolean
Converter and object wrapper for an boolean
Hint
First of all, make sure you don't need just a simple built-in bool validation .
Internally behaves same way as (bool)$value, but
- non-scalar values (arrays, resources, objects without __toString etc.) raises exception
- objects with __toString magic method are converted to string by that, then to bool
- null can be rejected by raise of an exception, if desired
All versions of boolean with dependencies
PHP Build Version
Package Version
The package granam/boolean contains the following files
Loading the files please wait ....