Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brick/http

HTTP request and response library for PHP
https://github.com/brick/http

http http-message php request response

Last synced: 3 days ago
JSON representation

HTTP request and response library for PHP

Awesome Lists containing this project

README

        

Brick\Http
==========

Provides classes to work with HTTP requests and responses.

[![Build Status](https://github.com/brick/http/workflows/CI/badge.svg)](https://github.com/brick/http/actions)
[![Coverage Status](https://coveralls.io/repos/github/brick/http/badge.svg?branch=master)](https://coveralls.io/github/brick/http?branch=master)
[![Latest Stable Version](https://poser.pugx.org/brick/http/v/stable)](https://packagist.org/packages/brick/http)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)

Installation
------------

This library is installable via [Composer](https://getcomposer.org/):

```bash
composer require brick/http
```

Requirements
------------

This library requires PHP 7.4 or PHP 8.

Package contents
----------------

To be written.

Overview
--------

To be written.