Libraries tagged by superglobal
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
openlss/func-mda-glob
158 Downloads
MDA (Multi Dimensional Array) access helpers for PHPs Superglobals
naixiaoxin/hyperf-super-globals
4 Downloads
A superglobals library for Hyperf.
j4s/validation
23 Downloads
Classes for validation and filtration of superglobals, arrays and vars
afeys/flphpsuperglobals
15 Downloads
Some classes to read/write the superglobal variables
vlw/globalsnapshot
23 Downloads
Capture and restore the state of all PHP superglobals.
nedelchevr/library
0 Downloads
Library for accessing and setting values of super global variables
kevinkaske/flash
241 Downloads
A simple library to give you flash message support via the $_SESSION superglobal array
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
11 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
267 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
156 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.