Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/termyn/ddd

A set of design patterns and building blocks that you can use to design domain-driven system in PHP
https://github.com/termyn/ddd

ddd domain-driven-design domain-event domain-event-messaging symfony symfony-messenger

Last synced: 5 days ago
JSON representation

A set of design patterns and building blocks that you can use to design domain-driven system in PHP

Awesome Lists containing this project

README

        

# Domain Driven Design

[![PHP version](https://img.shields.io/packagist/php-v/termyn/ddd?style=flat-square)](http://php.net)
[![Latest Version](https://img.shields.io/packagist/v/termyn/ddd?style=flat-square)](https://packagist.org/packages/termyn/ddd)

[![Build status](https://img.shields.io/github/workflow/status/termyn/ddd/Tests?style=flat-square)](https://github.com/termyn/ddd/actions?query=workflow%3ATests)
[![Code Quality](https://img.shields.io/scrutinizer/quality/g/termyn/ddd?style=flat-square)](https://scrutinizer-ci.com/g/termyn/ddd/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/termyn/ddd/badge.svg?branch=master)](https://coveralls.io/github/codeasoft/ddd?branch=master)

A set of design patterns and building blocks that you can use to design domain-driven system in PHP

Install
------------

The best way to install `DDD` is using the [Composer](http://getcomposer.org/):

```sh
$ composer require termyn/ddd
```