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

https://github.com/damax-solutions/common

Utilities and helpers for building DDD apps and APIs.
https://github.com/damax-solutions/common

annotation api bundle ddd php symfony symfony-bundle

Last synced: 12 months ago
JSON representation

Utilities and helpers for building DDD apps and APIs.

Awesome Lists containing this project

README

          

# Damax Common

[![Build Status](https://travis-ci.org/damax-solutions/common.svg?branch=master)](https://travis-ci.org/damax-solutions/common) [![Coverage Status](https://coveralls.io/repos/damax-solutions/common/badge.svg?branch=master&service=github)](https://coveralls.io/github/damax-solutions/common?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/damax-solutions/common/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/damax-solutions/common/?branch=master)

Utilities and helpers for building DDD apps and APIs. Provides integration with [Symfony Framework](https://github.com/symfony/symfony).

## Description

A set of tools to assist in building DDD-ish applications. It favours pragmatism over purity.

Check out the [sample application](sample) for inspiration.

## Contribute

Install dependencies and run tests:

```bash
$ make
```