php-clean-arch/value-object

There is no license information available for the latest version (0.3.0) of this package.

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

0.3.0 2021-12-11 22:11 UTC

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.