Skip to content

HTTP

Pure and modern HTTP protocol implementation.


The HTTP package provides objects and abstractions over the HTTP protocol. Very little behaviour is implemented in these classes and the abstractions aim to be as pure as possible.

Installation

Add the Castor repository to your composer.json.

{
"repositories": [{
"type": "composer",
"url": "https://castor-labs.github.io/php-packages"
}]
}

And then install with composer.

Terminal window
composer require castor/http-client

Motivation