Libraries tagged by value objects
xsolve-pl/associate
18820 Downloads
This library allows to collect objects and values through associations and provides some entity fetching optimizations for Doctrine ORM to address N+1 queries problem.
php-extended/php-datetime-parser-interface
170532 Downloads
A parser that gives datetime objects from string values
granam/float
24627 Downloads
Converter and wrapping object for a float value
granam/number
25449 Downloads
Converter and wrapping object for a number (float or integer) value
eboreum/caster
4481 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
yadddl/value-object
502 Downloads
Yet another Value Object library
xthiago/id-value-object
8404 Downloads
A Value Object (VO) for Object Identity (ID). Includes a Doctrine DBAL type for persistence.
xakepehok/value-object-builder
5146 Downloads
This helper can create object from passed classname and value, or return null, if passed value is also null
wiz-develop/php-value-object
306 Downloads
📦 The PHP Value Object library offers immutable, type-safe, and self-validating objects to model domain values using the Value Object pattern.
talentify/php-value-objects
19436 Downloads
Provides some value objects.
plusforta/value-objects-bundle
806 Downloads
openconext/saml-value-object
41823 Downloads
Set of value objects for usage with SAML2
napojse/data-transfer-object
5671 Downloads
Data transfer objects with batteries included
mpyw/sharable-value-objects
84236 Downloads
Share value objects that contain the same primitive value as a singleton.
moonspot/value-objects
3286 Downloads
Base classes for creating value objects which are easy to work with in JSON apis