Libraries tagged by php value objects
andreypostal/php-pancake-object
265 Downloads
Light and simple helper to work with value objects by providing a serializer and hydrator using PHP Attributes.
code-mine/valueobjects
10250 Downloads
A PHP library/collection of classes aimed to help developers using and undestanding immutable objects.
revinate/php-getter-setter
30302 Downloads
PHP library to simplify getting and setting values in arrays and objects.
coddin-web/manifest-parser
406 Downloads
A simple plain PHP manifest parser which will return a Value Object to pass around in your application
ufo-tech/dto-transformer
1086 Downloads
The library provides tools for two-way transformation of DTO objects ⇄ arrays, respecting typing, contracts, and flexible transformation logic.
helvetitec/money
1856 Downloads
PHP implementation of Fowler's Money pattern
acelot/struct
2579 Downloads
Declarative structure builder with validator and automapper for PHP 7
scienide/tensor
9921 Downloads
A library and extension that provides objects for scientific computing in PHP.
katsana/my-identification
9927 Downloads
Identification (Malaysia) Value Object for PHP
inteve/types
7903 Downloads
Value objects and helpers for PHP.
eboreum/caster
5202 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.
simivar/reverse-print-r
1065 Downloads
Library to reverse print_r output to PHP objects, arrays and scalar values.
myks92/php-value-objects
6 Downloads
A PHP library Value Object
lhellemons/php-value-objects
858 Downloads
Classes, traits and interfaces for implementing true PHP value objects
jgimeno/value-objects
330 Downloads
Collection of PHP value objects to use and extend as building blocks for DDD.