An open API service indexing awesome lists of open source software.

https://github.com/omeratagunn/phpeasyslack

Trait for slack webhook integration
https://github.com/omeratagunn/phpeasyslack

composer php slack slackcomposer slackwebhook

Last synced: 5 months ago
JSON representation

Trait for slack webhook integration

Awesome Lists containing this project

README

          

# Slackforall

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));