tototoshi/slack-webhook

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/tototoshi/slack-webhook

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

This package is not auto-updated.

Last update: 2025-09-27 22:07:20 UTC


README

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