michaelferreira / laravel-slack
Installs: 535
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 2
Open Issues: 1
pkg:composer/michaelferreira/laravel-slack
Requires
- php: >=7.2
- ext-json: *
Requires (Dev)
- guzzlehttp/guzzle: ^6.3
- illuminate/support: ^5.5|^6.0|^7.0|^8.0
- orchestra/testbench: ~3.5|~4.0|~5.0
- phpunit/phpunit: ^6.0|^7.0|^8.0
This package is auto-updated.
Last update: 2025-09-25 23:33:52 UTC
README
Laravel Slack
Slack integration for Laravel
Installing
A step by step series of examples that tell you how to get a development env running
Say what the step will be
composer require michaelferreira/slack-message
To use just call the facade Slack.
Channel
Slack::to('#general')->send('message');
User
Slack::to('@user')->send('message');
Authors
- Michael de Oliveira Ferreira - michael891989
- Aron Peyroteo Cardoso - aronpc
- Jonatan dos Santos Lima - JonatanLima
License
This project is licensed under the MIT License - see the LICENSE.md file for details