Libraries tagged by immutability
matthiasnoback/convenient-immutability
66799 Downloads
Make objects initially inconsistent, yet eventually immutable
bonami/collections
168495 Downloads
Collections library with focus on immutability and functional approach
chemem/bingo-functional
7212 Downloads
A simple functional programming library.
haspadar/phpstan-rules
22190 Downloads
PHPStan design rules for immutability and structure
xchert/encapsulation
115 Downloads
A library for data encapsulation and collections
php-slang/php-slang
27241 Downloads
PHPSlang is a library that allow you to write a purely functional code in PHP
maplephp/dto
664 Downloads
DTO library in PHP provides benefits such as encapsulating data, enforcing immutability and facilitating data transformation.
eboreum/collections
7516 Downloads
Wish you had generics in PHP? This library provides a sensible means of managing collections of data (i.e. arrays with restrictions), immutably, until such a time that PHP generics are bestowed upon us.
innis/coding-standards
105 Downloads
PHPStan rules that enforce the Innis coding conventions: clean-architecture layering, banned traits, interface/collection/exception placement, value-object immutability, and naming smells.
grisaia/time
5553 Downloads
PHP built-in DateTime classes alternative. Strict types, immutability, no exceptions and latest PHP features.
davidmpeace/immutability
20474 Downloads
A simple Laravel package that allows you to enforce immutable attributes on Eloquent models.
tiny-blocks/immutable-object
14606 Downloads
Provides immutable behavior for objects.
phpcommon/valueobject
29 Downloads
PHP Value Object Library.
m1guelpf/eloquent-immutable
2 Downloads
Enforce table immutability using Laravel Eloquent
eboreum/immutable-interface
50 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.