Download the PHP package hyperized/value-objects without Composer
On this page you can find all versions of the php package hyperized/value-objects. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hyperized/value-objects
More information about hyperized/value-objects
Files in hyperized/value-objects
Download hyperized/value-objects
More information about hyperized/value-objects
Files in hyperized/value-objects
Vendor hyperized
Package value-objects
Short Description A basic value objects collection
License MIT
Package value-objects
Short Description A basic value objects collection
License MIT
Please rate this library. Is it a good library?
Informations about the package value-objects
Value Objects
A basic PHP value objects collection.
Install
Examples
Integer type
Other types that are offered:
- NegativeInteger.
- Validates value is below 0 (zero).
- PositiveInteger
- Validates value is above 0 (zero).
- RangedInteger.
- Validates value is higher than minimum.
- Validates value is lower than maximum.
- By default minimum value is
PHP_INT_MIN
and maximum valuePHP_INT_MAX
.
- Octal.
- Validates value is octal.
String type (ByteArray)
Strings are called ByteArrays due to string being a reserved word in PHP.
Other types that are offered:
- EmptyByteArray.
- Validates value equals '' (empty string)
- NonEmptyByteArray.
- Validates value does not equal '' (empty string)
Licence
MIT
Author
Gerben Geijteman [email protected]
All versions of value-objects with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
ext-json Version *
ext-json Version *
The package hyperized/value-objects contains the following files
Loading the files please wait ....