norse-blue/php-value-objects

View on GitHub
docs/index.md

Summary

Maintainability
Test Coverage
---
layout: default
title: Home
nav_order: 1
description: 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.
permalink: /
---

# PHP Value Objects
{: .no_toc }

## Table of contents
{: .no_toc .text-delta }

1. TOC
{:toc}

---

**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](https://getcomposer.org):

```bash
composer require norse-blue/value-objects
```

## Usage

Please refer to the [usage section]({{ site.baseurl }}{% link sections/usage.md %}) for more information on how to use the package.