Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brick/http
- Owner: brick
- License: mit
- Created: 2014-09-13T21:54:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T23:21:16.000Z (7 months ago)
- Last Synced: 2024-10-23T16:42:46.547Z (23 days ago)
- Topics: http, http-message, php, request, response
- Language: PHP
- Homepage:
- Size: 135 KB
- Stars: 13
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.