Skip to content

2dotstwice/value-objects

Repository files navigation

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]