league / tactician-logger
Adds PSR-3 logging support to the Tactician command bus
Installs: 7 653 024
Dependents: 10
Suggesters: 0
Security: 0
Stars: 62
Watchers: 5
Forks: 8
Open Issues: 3
Requires
- php: >=7.3
- league/tactician: ^1.1
- psr/log: ^1.0|^2.0|^3.0
Requires (Dev)
- mockery/mockery: ^1.3
- phpunit/phpunit: ^9.3
- squizlabs/php_codesniffer: ^3.5.8
This package is auto-updated.
Last update: 2024-10-17 02:42:37 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.