You can find my source code at code folder
- index.php: is main code and my swoole server
- Slack Folder: is all you need for basic task of slack like post message, reaction, join channel and so on!
- Helper Folder: is for functions that is common use and can be use anywhere!
Just run ./build.sh
Just run ./run.sh
The server is up and running on localhost:9501
You can use RMI.postman_collection.json file and import to your postman
The resources folder is all things that I've found about slack api and use it at this task.