Libraries tagged by superglobal
haldayne/customs
1762 Downloads
Iterator for the $_FILES super-global, and a robust API for validating file uploads.
gemingcao/cookie-helper
15 Downloads
This is a general-purpose class that allows to manage PHP built-in cookies and the cookies variables passed via $_COOKIE superglobal
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.
cooperative-computing/git-wp-base
270 Downloads
This project will create a WordPress base installation using wp-cli/wp-cli package and using vlucas/phpdotenv package to expose configuration values in PHP $_ENV super global.
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')
ahsanfsd/wp-setup
4 Downloads
This will create a WordPress base installation using wp-cli/wp-cli package and using vlucas/phpdotenv package to expose configuration values in PHP $_ENV super global.
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