Libraries tagged by immutable-object
manelpm10/php-value-objects
133 Downloads
A PHP library of immutable objects classes.
eboreum/immutable-interface
25 Downloads
Flag a class as being immutable by implementing the ImmutableInterface. An immutable object must never change its state; i.e. its class properties must remain unchanged after instantiation or cloning.
ddd-module/value-object
255 Downloads
A PHP library/collection of classes aimed immutable objects.
bluesnowman/fphp-saber
20 Downloads
A functional PHP library, which promotes strong typing, immutable objects, and lazy evaluation.
adgoal-common/value-object
3709 Downloads
A PHP library/collection of classes aimed immutable objects.
serafim/immutable
194 Downloads
Simple helper to ensure immutable objects
hradigital/php-datatypes
7 Downloads
Easy way to build up and sanitize your application objects.
ytake/hh-valueobject
2 Downloads
A Hack library/collection of classes aimed to help developers using and undestanding immutable objects.(temporary package)
xpat23/xpat-json-object
22 Downloads
Immutable object-oriented JSON manipulation library with clean dot notation API for PHP
titon/type
861 Downloads
The type package provides a chainable immutable object oriented interface for array lists, hash maps, string buffers, xml documents, and more.
steefmin/immutable
1 Downloads
PHP library to easily implement immutable objects
qubus/valueobjects
240 Downloads
A PHP library of immutable objects to use in Domain Driven Design.
orkin/valueobjects
4998 Downloads
A PHP library/collection of classes aimed to help developers using and understanding immutable objects.
kilica/valueobjects
12 Downloads
A PHP library/collection of classes aimed to help developers using and undestanding immutable objects.(temporary package) Forked from ytake/valueobjects
hbsolutions/php-immutable
219 Downloads
Yet another implementation of Immutable Objects in PHP