Skip to main content Link Search Menu Expand Document (external link)

PHP Value Objects

Table of contents

  1. Installation
  2. Usage

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.