★ 背景
最近需要在自己的网站后台,设计消息推送业务,通过网上资料参考,觉得 workerman 是个很好的选择,在此记录一下ThinkPHP5.1 框架下的安装操作,希望可以帮到更多的人 …
workerman 手册
环境
框架版本:ThinkPHP5.1.2
使用工具:composer
系统环境:Win10、CentOS7.2
☆ 指导步骤
首先,因为配置条件多有不同,需要根据自己的情况稍作调整的哦 (仅作为友情提示…)
①. 进入项目根目录,运行 composer 命令
安装命令如下:
composer require topthink/think-worker
此时,会有提示信息:
Using version ^3.0 for topthink/think-worker
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.