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
- Host: GitHub
- URL: https://github.com/sabbelasichon/t3_tactician
- Owner: sabbelasichon
- License: mit
- Created: 2019-01-07T23:37:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T23:45:02.000Z (over 1 year ago)
- Last Synced: 2025-04-20T05:16:14.137Z (about 2 months ago)
- Topics: command-bus, cqrs, cqrs-pattern, tactician, typo3
- Language: PHP
- Size: 232 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: License.md
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.