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

https://github.com/ericksonreyes/ddd-common

Domain driven design inspired common and reusable classes and interfaces.
https://github.com/ericksonreyes/ddd-common

Last synced: 3 months ago
JSON representation

Domain driven design inspired common and reusable classes and interfaces.

Awesome Lists containing this project

README

        

## Domain-Driven Design Common
A collection of commonly used Domain-Driven Design related classes. This repository was merged into https://github.com/ericksonreyes/domain-driven-design

[![Build Status](https://img.shields.io/travis/ericksonreyes/ddd-common.svg)](https://travis-ci.org/ericksonreyes/ddd-common)
[![Code Coverage](https://img.shields.io/coveralls/github/ericksonreyes/ddd-common.svg)](https://coveralls.io/github/ericksonreyes/ddd-common?branch=master)
[![License](https://img.shields.io/github/license/ericksonreyes/ddd-common.svg)](LICENSE.MD)
[![Packagist Version](https://img.shields.io/packagist/v/ericksonreyes/ddd-common.svg)](https://packagist.org/packages/ericksonreyes/ddd-common)
[![Last Commit](https://img.shields.io/github/last-commit/ericksonreyes/ddd-common.svg)](https://github.com/ericksonreyes/ddd-common/commits/master)
[![Stable Version](https://img.shields.io/github/tag/ericksonreyes/ddd-common.svg)](https://github.com/ericksonreyes/ddd-common/tags)
[![PHP Version](https://img.shields.io/packagist/php-v/ericksonreyes/ddd-common.svg)](https://github.com/ericksonreyes/ddd-common/tags)
[![Downloads](https://img.shields.io/github/downloads/ericksonreyes/ddd-common/total.svg)](https://github.com/ericksonreyes/ddd-common/tags)
[![Installations](https://img.shields.io/packagist/dm/ericksonreyes/ddd-common.svg)](https://packagist.org/packages/ericksonreyes/ddd-common)

### Value Object Classes
* Address
* Country
* Currency
* Email
* Float
* Integer
* Money
* Person
* Phone
* String

## How to install
```bash
composer require ericksonreyes/ddd-common
```