erandirjunior / plug-http

Plug Http - PHP Http Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Plug Http - PHP Http Library

License:MIT License


Languages

Language:PHP 100.0%