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: 9 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T23:21:16.000Z (over 1 year ago)
- Last Synced: 2024-10-23T16:42:46.547Z (about 1 year 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.
[](https://github.com/brick/http/actions)
[](https://coveralls.io/github/brick/http?branch=master)
[](https://packagist.org/packages/brick/http)
[](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.