An open API service indexing awesome lists of open source software.

https://github.com/g4code/value-object

Value objects
https://github.com/g4code/value-object

ddd php php7 value-object

Last synced: about 1 month ago
JSON representation

Value objects

Awesome Lists containing this project

README

          

value-object
======

> value-object - [php](http://php.net) library

[![Build Status](https://travis-ci.org/g4code/value-object.svg?branch=master)](https://travis-ci.org/g4code/value-object)

## Install
Via Composer

```sh
composer require g4/value-object
```

## Usage

## Development

### Install dependencies

$ composer install

### Run tests

$ make unit-tests

## License

(The MIT License)
see LICENSE file for details...