php-sabre-http

library to ease the work with HTTP protocol

Description

sabre/http provides a toolkit to ease the work with HTTP protocol.

This library is a wrapper around the following PHP constructs:

For Input:
 * $_GET
 * $_POST
 * $_SERVER
 * php://input or $HTTP_RAW_POST_DATA.
For output:
 * php://output or echo.
 * header()

It provides a Request object, and a Response object. The objects are extensible and easily mockable.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/fruux/sabre-http


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install php-sabre-http