An open API service indexing awesome lists of open source software.

https://github.com/psr-framework/http-runner

Http Runner for PHP 7.4+
https://github.com/psr-framework/http-runner

framework http-runner php php7

Last synced: 9 months ago
JSON representation

Http Runner for PHP 7.4+

Awesome Lists containing this project

README

          

## HTTP Runner

HTTP Runner for PHP 7.4+

[![Latest Version](https://img.shields.io/packagist/v/furious/http-runner?style=flat-square)](https://github.com/Furious-PHP/http-runner/releases)
[![Build Status](https://scrutinizer-ci.com/g/Furious-PHP/http-runner/badges/build.png?b=master)](https://scrutinizer-ci.com/g/Furious-PHP/http-runner/build-status/master)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/Furious-PHP/http-runner/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
[![Code Quality](https://scrutinizer-ci.com/g/Furious-PHP/http-runner/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Furious-PHP/http-runner/?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/71ecfc66e6100d3ffa0d/maintainability)](https://codeclimate.com/github/Furious-PHP/http-runner/maintainability)
[![Total Downloads](https://poser.pugx.org/furious/psr15/downloads)](https://packagist.org/packages/furious/psr15)
[![Monthly Downloads](https://poser.pugx.org/furious/psr15/d/monthly.png)](https://packagist.org/packages/furious/psr15)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)

Install:

composer require furious/http-runner

Use:

use Furious\HttpRunner\Runner;

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

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