Skip to content

Instantly share code, notes, and snippets.

View egruz's full-sized avatar

Graham Cassidy egruz

View GitHub Profile
@egruz
egruz / SlackHandler.php
Last active July 17, 2016 15:24
Monolog Slack Handler
<?php
/*
* Monolog Slack Handler
*
* This adds the ability to post a message to your Chosen Slack channel easily with Monolog.
*
* Here is an example of using this handler:
* $logger->pushHandler(new SlackHandler("your-account-name", "your-token-code", "#your-channel-name", "name-to-post-message-as", "url-to-image-file", Logger::INFO, true));
*