Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hamedzarei/slack-swoole

implementing wrapper for slack api on swoole server
https://github.com/hamedzarei/slack-swoole

docker php slack swoole swoole-server

Last synced: 25 days ago
JSON representation

implementing wrapper for slack api on swoole server

Awesome Lists containing this project

README

        

### code

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!

##### how can build

Just run ./build.sh

##### how can run

Just run ./run.sh

The server is up and running on localhost:9501

### how can test api

You can use RMI.postman_collection.json file and import to your postman

### resources

The resources folder is all things that I've found about slack api and use it at this task.