Download the PHP package siam/easyswoole-http-monitor without Composer

On this page you can find all versions of the php package siam/easyswoole-http-monitor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package easyswoole-http-monitor

HTTP监控复发工具

在开发接口阶段,可以记录最近的http请求,并且分析参数、复发请求,

特别是在微信支付等异步回调的场景,调试非常舒爽。

作者 Siam

QQ 59419979

可在easyswoole官方1群、2群(管理员)找到我

使用场景

记录监听近期的HTTP请求参数,可以手动选择复发。

在接口调试阶段,比较有用,特别是微信支付异步回调等场景。

假设我们有一个接口的参数需要从前面两个接口获得,并且在短期内可以重复使用

当我们在调试过程发现这个接口出bug,我们直接在HttpMonitor面板中点击复发,即可看到结果,进行调试,再复发,再复发,再复发。。。直到程序修复

支付成功异步回调就不说了,每一次都要你从手机付款一笔 微信才回调,然后你打Log,再调整程序。

同上,我们可以同一个订单,一直复发,调试程序,直到所有流程跑通。再线上真机测试。

截图演示

使用教程

安装

mainServerCreate方法注册

添加路由支持

onRequest拦截


All versions of easyswoole-http-monitor with dependencies

PHP Build Version
Package Version
Requires easyswoole/easyswoole Version ^3.2.0
easyswoole/http-client Version ^1.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package siam/easyswoole-http-monitor contains the following files

Loading the files please wait ....