https://github.com/andhikayuana/qiscus-webhook-demo
qiscus webhook demo
https://github.com/andhikayuana/qiscus-webhook-demo
Last synced: 7 months ago
JSON representation
qiscus webhook demo
- Host: GitHub
- URL: https://github.com/andhikayuana/qiscus-webhook-demo
- Owner: andhikayuana
- Created: 2019-04-15T09:57:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T03:43:32.000Z (over 6 years ago)
- Last Synced: 2025-01-18T03:45:51.818Z (9 months ago)
- Language: PHP
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qiscus Webhook Chat
## Requirements
* PHP 7
* [Composer](https://getcomposer.org/)
* [ngrok](https://ngrok.com/)
* [Qiscus SDK](https://www.qiscus.com)## How to run
* Clone this repository and install dependencies
```bash
$ git clone https://github.com/andhikayuana/qiscus-webhook-demo
$ cd qiscus-webhook-demo
$ composer install
```* Create App in Qiscus Dashboard
* Create New 2 User by using [Qiscus Web Sample](https://github.com/andhikayuana/qiscus-web-sample)
* Config your `.env` file```bash
$ cp .env.example .env
```* Run webhook server
```bash
$ php -S localhost:3000
```* Tunneling your webhook server
```bash
$ ngrok http 3000
```* Register your webhook url by copy your ngrok url at [Qiscus Dashboard](https://dashboard.qiscus.com/dashboard)
* Enjoy!