Libraries tagged by superglobal
azonmedia/superglobal-wrappers
2 Downloads
Wrappers around PHP superglobals
emulgeator/server-superglobal-object-representation
27 Downloads
A simple class which represents the $_SERVER super global array in PHP
openlss/func-mda-glob
163 Downloads
MDA (Multi Dimensional Array) access helpers for PHPs Superglobals
naixiaoxin/hyperf-super-globals
5 Downloads
A superglobals library for Hyperf.
j4s/validation
25 Downloads
Classes for validation and filtration of superglobals, arrays and vars
afeys/flphpsuperglobals
17 Downloads
Some classes to read/write the superglobal variables
nedelchevr/library
0 Downloads
Library for accessing and setting values of super global variables
nalgoo/env
328 Downloads
Small wrapper around $_ENV superglobal
kevinkaske/flash
243 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
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.
cooperative-computing/git-wp-base
268 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.