Tag: Development

Community

PHP: Modeling a URL Class

(Alejandro Gervasio) In this first part of a series, you’ll get an overview of what the Object Value pattern is and how to implement it in PHP. Specifically, in this part you’ll learn how to define a basic URL class that can be used to easily create immutable value objects.