omeratagun / phpeasyslack
Easy usage of slack notifications win or linux
dev-prod
2019-02-20 19:31 UTC
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2025-05-21 22:06:21 UTC
README
Simply to use webhooks of slack within one line of code. Depends on your operating system, will use cURL in php or bash to execute post...
Open for contribution in order to add more features.
Get it via composer
composer require omeratagun/phpeasyslack
Then;
var_dump(Slackforall\SendNotification::send("omertest","webhooklink",false));