Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hamedzarei/slack-swoole
- Owner: hamedzarei
- Created: 2020-04-18T16:51:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T16:53:52.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T09:51:37.469Z (3 months ago)
- Topics: docker, php, slack, swoole, swoole-server
- Language: PHP
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.