Libraries tagged by Value Object
awd-studio/vo-date-time
61 Downloads
Provides a useful wrapper for dates as an value-object implementation.
phpactor/name-specification
37244 Downloads
Value objects for specifying (class/function) names
byrokrat/amount
8322 Downloads
Value objects for monetary amounts
softinvest/vto
1404 Downloads
Value Transfer Object
serendipity_hq/phpunit_helper
18095 Downloads
PHPUnit helper to manage tested resource, mocked objects and test values.
revinate/php-getter-setter
29543 Downloads
PHP library to simplify getting and setting values in arrays and objects.
simivar/reverse-print-r
1051 Downloads
Library to reverse print_r output to PHP objects, arrays and scalar values.
mass6/flexible-dto
3608 Downloads
Data transfer object with validation and value casting
kristos80/opton
3921 Downloads
Easily get a value from an array or object without all of those unnecessary array_key_exists or isset controls
bentools/set
8719 Downloads
The Set object lets you store unique values of any type, like in Javascript.
smoren/nested-accessor
1054 Downloads
Accessor for getting and setting values of nested data structures (arrays or objects)
phauthentic/optional
143 Downloads
PHP version of Javas Optional class, used to represent a container object which may or may not contain a non-null value.
eboubaker/json-finder
2693 Downloads
a library that can find json values in a mixed text or html documents, can filter and search the json tree, and converts php objects to json without 'ext-json' extension.
eboreum/caster
3528 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
270 Downloads
Yet another Value Object library