https://github.com/yunnian/php-nsq

  1. 错误: configure: error: Cannot find libevent headers
  2. 解决:yum -y install libevent libevent-devel
  3. ============
  4. https://github.com/yunnian/php-nsq.git
  5. php-nsq
  6. NSQ client for php7 ;
  7. intall :
  8. Dependencies: libevent
  9. 1. sudo phpize
  10. 2. ./configure
  11. 3. make
  12. 4. make install
  13. add in your php.ini:
  14. extension = nsq.so;

分类: web

标签:   php   nsq