php-clean-arch / value-object
Provides the behaviour to expect from a value-object
Installs: 13
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/php-clean-arch/value-object
Requires
- php: >=7.0
This package is not auto-updated.
Last update: 2025-12-21 17:01:07 UTC
README
A value-object is a value wrapped inside a class, which does some validation logic (eg., mail address having a valid format).
Value-objects can only identified from their type and value they wrap, which means two instances of the same data may be equal, even if both objects have different references.