erandir / plug-http
HTTP library for php
Installs: 1 309
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- php: >=7.4
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^7.2
README
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