pageon / slack-webhook-monolog
A monolog handler for slack integration using webhooks
1.1.2
2016-06-19 18:48 UTC
Requires
- ext-curl: *
- monolog/monolog: ^1.12
Requires (Dev)
- phpunit/phpunit: ^4.8
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
In monolog there is already a slack integration using the api but that takes up an integration slot. If you are on the free plan you only have limited integration slots (10). In order to be able to use slack for monolog I implemented it using webhooks.
Usage
As simple as pushing your \Pageon\SlackWebhookMonolog\Monolog\SlackWebhookHandler as a handler to Monolog
For an example of an implementation see implementation example
