Skip to content

erandirjunior/plug-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plug-http

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