Extend Tactician with Plugins
1.xTactician is a small core package designed to be extended via plugins. Common plugins include:
- Logger: Adds PSR-3 logging for command reception, completion, or failure.
- Container: Enables lazy loading of handlers from any
container-interopcompatible container. - Doctrine: Wraps commands in separate Doctrine ORM transactions.
- Bernard: Allows background command queuing using the Bernard library.
- Command Events: Fires events during major lifecycle moments of a command.
- Locking: Ensures only one command is executed at a time.