erandir/plug-http

HTTP library for php

Maintainers

Package info

github.com/erandirjunior/plug-http

pkg:composer/erandir/plug-http

Statistics

Installs: 1 654

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 1

v2.0 2021-08-01 19:09 UTC

This package is auto-updated.

Last update: 2026-02-27 23:47:51 UTC


README

Latest Stable Version License Scrutinizer Code Quality Code Intelligence Status Build Status

Installation

Just install with Composer

composer require erandir/plug-http

Powerful library for manipulate PHP Globals

Use the library to work with REQUEST values.

Manipulate BODY REQUEST in types as form-data, json and x-www-form-urlencoded

Manipulate RESPONSE with json

Manipulate GET values

Manipulate SERVER values

Manipulate FILES values

Manipulate SESSION values

Manipulate COOKIES values

Manipulate SERVER values

Manipulate ENV values

Learn More

To run the examples, clone this project, open the terminal and paste the code below:

docker-compose up