Value Object in PHP 8: Build your own type system
Table of content Introduction The Practical Example Analysis Build your own type system Integers String Values The big picture Introduction In our previous articles, we learned: how to make basic value objects how to use them in an advanced way how to make entities It’s time to mix all these concepts together and apply them…