PHP Classes

File: docs/index.md

Recommend this page to a friend!
  Classes of Axel Pardemann   PHP Value Objects   docs/index.md   Download  
File: docs/index.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Value Objects
Access data in containers using value objects
Author: By
Last change: :pencil: Add the docs

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources
Date: 3 days ago
Size: 835 bytes
 

Contents

Class file image Download

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:

composer require norse-blue/value-objects

Usage

Please refer to the usage section for more information on how to use the package.