Skip to content

HTTP CGI Server

HTTP CGI Server function to simplify serving traditional PHP applications.


The HTTP Client package provides a really easy to use HTTP Client for developing HTTP driven applications and API integrations. It’s well-designed, extensive and provides features to aid with unit testing.

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-cgi-server

Motivation