league / tactician-logger
Adds PSR-3 logging support to the Tactician command bus
Installs: 9 417 074
Dependents: 12
Suggesters: 0
Security: 0
Stars: 64
Watchers: 4
Forks: 12
Open Issues: 3
pkg:composer/league/tactician-logger
Requires
- php: ^8.2
- league/tactician: dev-master
- psr/log: ^2.0 || ^3.0
Requires (Dev)
- doctrine/coding-standard: ^14.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.1
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpunit: ^11.5
This package is auto-updated.
Last update: 2026-02-11 15:48:49 UTC
README
This package adds support for logging incoming commands to any PSR-3 compliant logger.
Install
Via Composer
$ composer require league/tactician-logger
Usage
See the plugin documentation page for examples and setup instructions
Testing
$ ./vendor/bin/phpunit
Security
Disclosure information can be found on the main Tactician repo.
License
The MIT License (MIT). Please see License File for more information.