Download the PHP package mulertech/http-request without Composer
On this page you can find all versions of the php package mulertech/http-request. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mulertech/http-request
More information about mulertech/http-request
Files in mulertech/http-request
Download mulertech/http-request
More information about mulertech/http-request
Files in mulertech/http-request
Vendor mulertech
Package http-request
Short Description This package manage http requests
License MIT
Package http-request
Short Description This package manage http requests
License MIT
Please rate this library. Is it a good library?
Informations about the package http-request
Http Request
This package is used to manage the request data.
Installation
Two methods to install Http Request package with composer :
1. Add to your "composer.json" file into require section :
and run the command :
2. Run the command :
Usage
Get key in session :
Has key in session :
Set key in session :
Remove key in session :
Add key in session :
This method is used to add a key in session if it does not exist.
If the key exists, it will be replaced by the new value only if the key is not an array.
If the key is an array, the new value will be added to the array.
Add sub key in session :
Remove sub key in session :
Remove sub key in session :
Get cookie data :
Has cookie :
Get $_GET data :
Has Get :
Method :
Get $_POST data :
Has Post :
Get request uri :
Get request url :
Get post list string :
Get post list :
Get $_GET list :
All versions of http-request with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
guzzlehttp/psr7 Version ^2
mulertech/array-manipulation Version ^2
mulertech/char-manipulation Version ^1
psr/http-message Version ^2
guzzlehttp/psr7 Version ^2
mulertech/array-manipulation Version ^2
mulertech/char-manipulation Version ^1
psr/http-message Version ^2
The package mulertech/http-request contains the following files
Loading the files please wait ....