<?php $url = "put your webhook url here"; $slack = new SlackWebhook($url); $slack->post("test");
Sources Download
Apache-2.0