gws / php-valueobjects
A collection of useful value objects for PHP
Installs: 68 699
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 1
Forks: 5
Open Issues: 2
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ~4.0
- squizlabs/php_codesniffer: ~2.0
Suggests
- ext-bcmath: *
- ext-intl: *
- ext-mbstring: *
This package is not auto-updated.
Last update: 2020-03-20 17:33:34 UTC
README
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.