Libraries tagged by superglobal
leo-galleguillos/superglobal
171 Downloads
azonmedia/superglobal-wrappers
2 Downloads
Wrappers around PHP superglobals
emulgeator/server-superglobal-object-representation
23 Downloads
A simple class which represents the $_SERVER super global array in PHP
naixiaoxin/hyperf-super-globals
4 Downloads
A superglobals library for Hyperf.
afeys/flphpsuperglobals
15 Downloads
Some classes to read/write the superglobal variables
vlw/globalsnapshot
1 Downloads
Capture and restore the state of all PHP superglobals.
nedelchevr/library
0 Downloads
Library for accessing and setting values of super global variables
nalgoo/env
290 Downloads
Small wrapper around $_ENV superglobal
haldayne/customs
1762 Downloads
Iterator for the $_FILES super-global, and a robust API for validating file uploads.
gemingcao/cookie-helper
13 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
10 Downloads
Provides a function `F2\globals(string $namespace):array` that allow you to save data without polluting the `$_GLOBALS` superglobal.
cooperative-computing/git-wp-base
266 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
154 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
32 Downloads
Capture and restore the state of all PHP superglobals.