SimpleConcurrentRequestClient,是一个针对多个请求做的管理终端,其是基于Guzzle的Pool来实现,并通过Promise方式来做回调。

使用SimpleConcurrentRequestClient可以很轻松的完成多个请求的管理,获取结果

安装可以使用composer

composer require jarod2011/taobao-concurrent-client

项目地址 Github地址 ,感兴趣的朋友可以去github里查看

后续我将更新相关的使用说明