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.
- Host: GitHub
- URL: https://github.com/damax-solutions/common
- Owner: damax-solutions
- Created: 2018-05-31T10:28:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T16:40:54.000Z (over 4 years ago)
- Last Synced: 2025-03-24T17:49:51.612Z (about 1 year ago)
- Topics: annotation, api, bundle, ddd, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 3.57 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Damax Common
[](https://travis-ci.org/damax-solutions/common) [](https://coveralls.io/github/damax-solutions/common?branch=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
```