Skip to content

php-clean-arch/value-object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages