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

https://github.com/sabbelasichon/t3_tactician

Tactician wrapper for usage in TYPO3 extbase
https://github.com/sabbelasichon/t3_tactician

command-bus cqrs cqrs-pattern tactician typo3

Last synced: about 2 months ago
JSON representation

Tactician wrapper for usage in TYPO3 extbase

Awesome Lists containing this project

README

        

# TYPO3 Tactician

TYPO3 Extension for the Tactician library
[https://github.com/thephpleague/tactician/](https://github.com/thephpleague/tactician/)

## Installation

```bash
$ composer require ssch/t3-tactician
```

## Acknowledgment
This package is heavily inspired by [league/tactician-bundle](https://github.com/thephpleague/tactician-bundle) by Ross Tuck. Thank you.