php-slack/playground

PHP Slack messages sending and tests

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Type:project

dev-master 2021-09-06 17:47 UTC

This package is auto-updated.

Last update: 2024-04-06 23:57:38 UTC


README

Examples how to use and test script to see the sent message real result.

Install

composer create-project php-slack/playground -s dev

(Please use -s dev option since there is no release)
Then cd playground/.

Use

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

View the code

Explore examples folder to see how it works & play with it.

See the real message

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!

So Slack Welcome !!!