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
- Host: GitHub
- URL: https://github.com/omeratagunn/phpeasyslack
- Owner: omeratagunn
- License: mit
- Created: 2019-02-17T16:24:30.000Z (over 7 years ago)
- Default Branch: prod
- Last Pushed: 2019-02-20T20:36:26.000Z (over 7 years ago)
- Last Synced: 2025-11-27T16:17:02.616Z (7 months ago)
- Topics: composer, php, slack, slackcomposer, slackwebhook
- Language: PHP
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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));