tototoshi/slack-webhook

dev-master 2015-04-01 13:01 UTC

This package is not auto-updated.

Last update: 2024-06-08 15:48:54 UTC


README

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