Libraries tagged by php value objects
ez-php/money
0 Downloads
Immutable Money and Currency value objects for the ez-php ecosystem — ISO 4217 currencies, arbitrary-precision arithmetic via ez-php/bignum, allocation, and locale-aware formatting
florianwolters/component-core-valueobject
566 Downloads
The Value Object implementation pattern as a PHP component.
florianwolters/component-core-hashcode
858 Downloads
Provides a hash code value for objects as a PHP component.
coddin-web/manifest-parser
472 Downloads
A simple plain PHP manifest parser which will return a Value Object to pass around in your application
vendimia/data-container
150 Downloads
Simple local DTO implementation
php-dto/ip-address
13 Downloads
Immutable ip object with validation and helpful methods
pfazzi/email
6 Downloads
A PHP class representing an email address.
olimsaidov/money
340 Downloads
PHP implementation of Fowler's Money pattern
martijnvdb/type-vault
3 Downloads
Validated types for PHP: Email, UUID, URL, and more
jimeneztdavid/scaled-int
34 Downloads
A value object for scaled integers (e.g. money cents) with safe arithmetic and configurable rounding.
hemeragestao/money
191 Downloads
Fork of Mathias Verraes PHP implementation of Fowler's Money pattern
helvetitec/money
1923 Downloads
PHP implementation of Fowler's Money pattern
elephant-php/ttl
8 Downloads
An immutable Time To Live value object for the cache and other places where you need to specify a time rather than a magic value.
elephant-php/duration
6 Downloads
Duration is a small immutable value object representing elapsed time.
elephant-php/byte-size
1 Downloads
ByteSize uses binary conversion (1024-based) for file-size formatting.