dbh / chatroom
chat room
v1.1.1
2019-05-05 06:23 UTC
Requires
- php: >=5.6
- ext-json: *
- ext-mbstring: *
- dbh/core: ^1.0
- dbh/text-filter: 1.1.*
- itboye/component_3rd-queue-client: 1.0.*
- itboye/component_encrypt: ^1.0
- symfony/dotenv: ^4.1
- workerman/gateway-worker: 3.0.12
- workerman/gatewayclient: 3.0.12
- workerman/workerman: 3.5.15
README
register
WK_REGISTER_PORT=1110 WK_REGISTER_IP=127.0.0.1
bworker
WK_BWORKER_NAME=ChatBusinessWorker WK_BWORKER_COUNT=4
gateway
WK_GATEWAY_NAME=ChatGateway WK_GATEWAY_COUNT=4 WK_GATEWAY_LISTEN_PORT=7777 WK_GATEWAY_START_PORT=3000 WK_GATEWAY_LAN_IP=127.0.0.1 WK_GATEWAY_PING_INTERVAL=55 WK_GATEWAY_NOT_RESP_LIMIT=1
des
DBH_DES_KEY=[ des key]
进入
php ./bin/来启动