Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 493 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 493 Bytes

中文

关于PHPWanda

是一个有关php隔离测试环境的扩展,具有非常强大的链路染色功能,可以在不修改业务代码的情况下将链路进行染色

作者:LeiZhang-Hunter

  • 底层HOOK:无侵入,hook了底层的curl系列函数和file_get_contents
  • 支持swoole协程、支持fpm,支持阻塞模式,支持swoole的Http的server和client

如何安装PHPWanda

git git@github.com:LeiZhang-Hunter/wanda.git
phpize
./configure
make
make install