~~~
~~~
"topthink/think-queue": "1.1.6",
"topthink/think-helper": "^1.0.7",
~~~
~~~
composer require topthink/think-helper 1.0.7
composer require topthink/think-queue 1.1.6
## **tp5.0 接入queue必须用1.16版本而且要引入helper插件**
## **或者本地安装好再上传到服务器**
## 修改 vander下面的composer里面的文件
![](https://img.kancloud.cn/e5/c2/e5c202490ae6f856764eb20c6bd524a1_865x246.png)
## 再把topthink下面的helper和queue上传到服务器 ,修改queue.php文件
![](https://img.kancloud.cn/f3/c7/f3c7c31a8d5f2c3191ac8dd301f71734_1276x522.png)
# 下面引入队列用
![](https://img.kancloud.cn/4c/da/4cda9ef99aa78747799a24a2590056d5_903x337.png)