Download the PHP package gws/php-valueobjects without Composer
On this page you can find all versions of the php package gws/php-valueobjects. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gws/php-valueobjects
More information about gws/php-valueobjects
Files in gws/php-valueobjects
Download gws/php-valueobjects
More information about gws/php-valueobjects
Files in gws/php-valueobjects
Vendor gws
Package php-valueobjects
Short Description A collection of useful value objects for PHP
License BSD-2-Clause
Package php-valueobjects
Short Description A collection of useful value objects for PHP
License BSD-2-Clause
Please rate this library. Is it a good library?
Informations about the package php-valueobjects
PHP Value Objects
Overview
Wikipedia has a pretty good general explanation of value objects.
Vo\DateRange
for date rangesVo\DateTimeRange
for date and time rangesVo\Ip
for IPv4 and IPv6 addressesVo\Mac
for MAC addressesVo\Money
for financial math and formatting using theintl
extension
Check the tests to get some ideas on how to use these classes.
Documentation
http://gws.github.com/php-valueobjects
Development
There is a Dockerfile
in the docker
directory which can be used to build a
version of PHP with the required extensions in order to run tests. If you have a
Dockerized composer
, you need to pass the --ignore-platform-reqs
option to
update
, install
etc. in order to skip the extension checks.
All versions of php-valueobjects with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package gws/php-valueobjects contains the following files
Loading the files please wait ....