dev-master
9999999-devPHP Slack messages sending and tests
MIT
The Requires
by Alexander Chibrikin
PHP Slack messages sending and tests
php-slack/slack
Examples how to use and test
script to see the sent message real result., (*1)
composer create-project php-slack/playground -s dev
(Please use -s dev
option since there is no release)
Then cd playground/
., (*2)
Usage: ./test <file>
, (*3)
for example:, (*4)
./test example/01-just-text.php
Simply: use
[TAB][TAB]
combination to see list of examples:
- type./t[TAB]
=> will./test
- add typee[TAB]
=>./test example/
- then[TAB][TAB]
(or[TAB][TAB][TAB]
), (*5)
Explore examples
folder to see how it works & play with it., (*6)
All messages you are playing with, will be comes into #tests
channel in our PHP-Slack Workspace., (*7)
And you can see how it really looks!, (*8)
PHP Slack messages sending and tests
MIT