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

https://github.com/geekcell/php-ddd

Your ultimate guard rails for domain driven design with PHP.
https://github.com/geekcell/php-ddd

ddd domain-driven-design library php

Last synced: 11 months ago
JSON representation

Your ultimate guard rails for domain driven design with PHP.

Awesome Lists containing this project

README

          

# DDD - Domain Driven Design with PHP

[![Unit tests workflow status](https://github.com/geekcell/php-ddd/actions/workflows/tests.yml/badge.svg)](https://github.com/geekcell/php-ddd/actions/workflows/tests.yml) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=geekcell_php-ddd&metric=coverage)](https://sonarcloud.io/summary/new_code?id=geekcell_php-ddd) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=geekcell_php-ddd&metric=bugs)](https://sonarcloud.io/summary/new_code?id=geekcell_php-ddd) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=geekcell_php-ddd&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=geekcell_php-ddd) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=geekcell_php-ddd&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=geekcell_php-ddd)

Your ultimate guard rails for domain driven design with PHP.

## Installation

To use this package, require it in Composer

```bash
composer require geekcell/ddd
```

## Framework Integration

| Framwork | Github repository |
| ----------- | ---------------------------------------------- |
| Symfony | https://github.com/geekcell/ddd-symfony-bundle |
| Laravel | (coming soon...) |