scarbo87 / tactician-logger
Adds PSR-3 logging support to the Tactician command bus
v0.10.0
2016-08-23 05:50 UTC
Requires
- php: >=5.5.0
- league/tactician: ^1.0
- psr/log: ~1.0
Requires (Dev)
- mockery/mockery: ^0.9
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2024-11-16 18:16:01 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.