2017 © Pedro Peláez
 

library laravel-papertrail-event-bus-logger

Log Smoothphp EventBus events in papertrail

image

smoothphp/laravel-papertrail-event-bus-logger

Log Smoothphp EventBus events in papertrail

  • Tuesday, December 13, 2016
  • by mrsimonbennett
  • Repository
  • 2 Watchers
  • 0 Stars
  • 242 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

LaravelPapertrailEventBusLogger

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Install

Via Composer, (*2)

``` bash $ composer require smoothphp/laravel-papertrail-event-bus-logger, (*3)


## Usage Add the following to services.php config file ``` php 'papertrail' => [ 'host' => '*.papertrailapp.com', 'port' => 111111, 'name' => 'app name', ]

add \SmoothPhp\LaravelPapertrailEventBusLogger\PapertrailEventLogger::class, to cqrses.php event_bus_listeners e.g., (*4)

    'event_bus_listeners'   => [
        \SmoothPhp\LaravelAdapter\EventBus\EventBusLogger::class,
        \SmoothPhp\LaravelAdapter\StrongConsistency\PushEventThroughQueueWithCommandId::class,
        \SmoothPhp\LaravelPapertrailEventBusLogger\PapertrailEventLogger::class,

    ],

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email simon@pixelatedcrow.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

13/12 2016

dev-master

9999999-dev https://github.com/SmoothPhp/LaravelPapertrailEventBusLogger

Log Smoothphp EventBus events in papertrail

  Sources   Download

MIT

The Requires

 

The Development Requires

smoothphp laravelpapertraileventbuslogger

13/12 2016

v2.0.0

2.0.0.0 https://github.com/SmoothPhp/LaravelPapertrailEventBusLogger

Log Smoothphp EventBus events in papertrail

  Sources   Download

MIT

The Requires

 

The Development Requires

smoothphp laravelpapertraileventbuslogger

13/12 2016

dev-develop

dev-develop https://github.com/SmoothPhp/LaravelPapertrailEventBusLogger

Log Smoothphp EventBus events in papertrail

  Sources   Download

MIT

The Requires

 

The Development Requires

smoothphp laravelpapertraileventbuslogger

13/12 2016

dev-feature/UpgradeVersion

dev-feature/UpgradeVersion https://github.com/SmoothPhp/LaravelPapertrailEventBusLogger

Log Smoothphp EventBus events in papertrail

  Sources   Download

MIT

The Requires

 

The Development Requires

smoothphp laravelpapertraileventbuslogger

29/11 2016

v1.0.0

1.0.0.0 https://github.com/SmoothPhp/LaravelPapertrailEventBusLogger

Log Smoothphp EventBus events in papertrail

  Sources   Download

MIT

The Requires

 

The Development Requires

smoothphp laravelpapertraileventbuslogger