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