Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/termyn/ddd
- Owner: termyn
- License: mit
- Created: 2022-11-09T13:02:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T13:47:21.000Z (over 1 year ago)
- Last Synced: 2023-12-19T15:02:02.418Z (about 1 year ago)
- Topics: ddd, domain-driven-design, domain-event, domain-event-messaging, symfony, symfony-messenger
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```