Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maks-rafalko/tactician-domain-events
A Plugin for Tactician command bus library to work with the recorded Domain Events
https://github.com/maks-rafalko/tactician-domain-events
command-bus ddd domain-driven-design simple-bus tactician
Last synced: 18 days ago
JSON representation
A Plugin for Tactician command bus library to work with the recorded Domain Events
- Host: GitHub
- URL: https://github.com/maks-rafalko/tactician-domain-events
- Owner: maks-rafalko
- License: mit
- Created: 2017-01-22T08:20:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T08:11:19.000Z (over 5 years ago)
- Last Synced: 2024-10-29T23:23:35.587Z (22 days ago)
- Topics: command-bus, ddd, domain-driven-design, simple-bus, tactician
- Language: PHP
- Homepage: https://maks-rafalko.github.io/tactician-domain-events/
- Size: 566 KB
- Stars: 25
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Tactician Domain Events
=======================[![Build Status](https://travis-ci.org/borNfreee/tactician-domain-events.svg?branch=master)](https://travis-ci.org/borNfreee/tactician-domain-events)
[![Mutation testing badge](https://badge.stryker-mutator.io/github.com/borNfreee/tactician-domain-events/master)](https://infection.github.io/)
[![codecov](https://codecov.io/gh/borNfreee/tactician-domain-events/branch/master/graph/badge.svg)](https://codecov.io/gh/borNfreee/tactician-domain-events)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bornfreee/tactician-domain-events/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/bornfreee/tactician-domain-events/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/bornfreee/tactician-domain-events/v/stable)](https://packagist.org/packages/bornfreee/tactician-domain-events)A Plugin for Tactician command bus library to work with the recorded Domain Events
Installation
------------Install via composer
```bash
composer require bornfreee/tactician-domain-events
```Usage
-----See the full documentation https://maks-rafalko.github.io/tactician-domain-events/
License
-------Copyright (c) 2017, Maks Rafalko
Under MIT license, read LICENSE file.