SendMessageToSlack.php This is just a simple and easy was to integrate slack into your application. Just replace the url and you are ready to go. Usage new SendMessageToSlack(color, your text); Example new SendMessageToSlack("FF0000", "something bad happened");