疯狂/http runner

PHP 7.4 HTTP Runner

0.1.4 2020-07-14 10:31 UTC

This package is auto-updated.

Last update: 2024-09-12 01:04:51 UTC


README

PHP 7.4+ HTTP Runner

Latest Version Build Status Code Intelligence Status Code Quality Maintainability Total Downloads Monthly Downloads Software License

安装

composer require furious/http-runner

使用

use Furious\HttpRunner\Runner;

/** @var \Psr\Http\Message\ResponseInterface $response */

$runner = new Runner();
$runner->run($response);