tototoshi/slack-webhook

Maintainers

Package info

github.com/tototoshi/php-slack-webhook

pkg:composer/tototoshi/slack-webhook

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-15 01:11:41 UTC


README

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