2dotstwice/value-objects

Classes, traits, interfaces, ... to work with value objects.

v2.0 2018-02-14 13:59 UTC

This package is auto-updated.

Last update: 2024-04-08 19:56:47 UTC


README

Build Status Coverage Status

Description

A collection of classes, interfaces, and traits to facilitate working with value objects. The primary goal is to enable developers to easily create their own value objects. While we might provide some common value objects in the future, right now we're focusing on providing the building blocks for your own value objects.

Requirements

  • v1.0: PHP 5.6+
  • v2.0: PHP 7.1+

Installation

composer install 2dotstwice/value-objects

Usage

[Coming soon]