# webman客服聊天 **Repository Path**: nbvc/webman-customer-service-chat ## Basic Information - **Project Name**: webman客服聊天 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-19 - **Last Updated**: 2022-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webman High performance HTTP Service Framework for PHP based on [Workerman](https://github.com/walkor/workerman). # Manual https://www.workerman.net/doc/webman # Benchmarks https://www.techempower.com/benchmarks/#section=test&runid=9716e3cd-9e53-433c-b6c5-d2c48c9593c1&hw=ph&test=db&l=zg24n3-1r&a=2 ![image](https://user-images.githubusercontent.com/6073368/96447814-120fc980-1245-11eb-938d-6ea408716c72.png) # 效果图 发送消息 ![image](./public/picture/send_img.png) 接收消息 ![image](./public/picture/recv_img.png) 聊天列表 ![image](./public/picture/chat_list_img.png) 聊天用户的数据库 ![image](./public/picture/chat_user_img.png) 聊天用户的存储记录 ![image](./public/picture/chat_communication_img.png) ## 备注 支持 一对一聊天、支持发送文本内容、表情包、上传图片、支持把未读消息批量修改成可读等 ## 运行 1.进入app同级目录执行 php start.php start 2.进入GatewayWorker-for-win下,找到start_for_win.bat文件 双击执行(该方式支持window,linux下载wokerman后,找到YourApp下对应的Events.php替换即可) 3.浏览器打开地址http://127.0.0.1:8888/index/index/index?from_id=87&to_id=89即可 其中from_id表示发送发 to_id表示接受方 ## LICENSE MIT