Libraries tagged by superglobals
f2/globals
12 Downloads
Provides a function `F2\globals(string $namespace):array` that allow you to save data without polluting the `$_GLOBALS` superglobal.
ctorh23/dotenv
11 Downloads
Loads environment variable definitions from a file into the $_ENV superglobal.
balambasik/input
162 Downloads
Small and convenient library for working with superglobal or regular arrays. Such as $_GET, $_POST, $_REQUEST, $_COOKIE, $_SESSION, $_SERVER. Supports nested keys: $_POST['foo']['bar']['baz'] ==> Input::post('foo.bar.baz')
azjezz/http-normalizer
978 Downloads
Normalize Http super globals
91carriage/hack-requests
24479 Downloads
Hack wrappers for the request-based super globals
victorwesterlund/globalsnapshot
33 Downloads
Capture and restore the state of all PHP superglobals.
primal/uploaded
13 Downloads
Sanity wrapper Class for the $_FILES superglobal
primal/request
6 Downloads
A superglobal wrapper object and pre-parser which aggregates incoming data.
aesonus/session-storage
101 Downloads
Allows for access to session superglobal with a fluent interface