PHP Value Objects
Table of contents
PHP Value Objects is a PHP library that implements the value object technique and lets you create your own value objects with the scaffolding already laid out for you.
Installation
The most straightforward way to install this package is by using Composer:
composer require norse-blue/value-objects
Usage
Please refer to the usage section for more information on how to use the package.