PHPackages                             openlss/func-mda-glob - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. openlss/func-mda-glob

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

openlss/func-mda-glob
=====================

MDA (Multi Dimensional Array) access helpers for PHPs Superglobals

0.0.7(13y ago)01633LGPL-3.0+PHPPHP &gt;=5.3.2

Since Mar 23Pushed 13y ago1 watchersCompare

[ Source](https://github.com/nullivex/func-mda-glob)[ Packagist](https://packagist.org/packages/openlss/func-mda-glob)[ Docs](http://openlss.org)[ RSS](/packages/openlss-func-mda-glob/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (9)Used By (3)

openlss/func-mda-glob
=====================

[](#openlssfunc-mda-glob)

MDA (Multi Dimensional Array) access helpers for PHPs Superglobals

Usage
-----

[](#usage)

```
$_GET['test'] = 'value';

$v = get('test'); //returns 'value'
$v = get('test2'); //returns NULL
```

Reference
---------

[](#reference)

### (mixed) get($name=false)

[](#mixed-getnamefalse)

Takes an MDA key and retrieves it from $\_GET If $name=false the entirety of $\_GET is returned

### (mixed) post($name=false)

[](#mixed-postnamefalse)

Same as get() except with $\_POST

### (mixed) req($name=false)

[](#mixed-reqnamefalse)

Same as get() except with $\_REQUEST

### (mixed) server($name=false)

[](#mixed-servernamefalse)

Same as get() except with $\_SERVER

### (mixed) session($name,$value=false)

[](#mixed-sessionnamevaluefalse)

Without $value being passed functions the same as get() except with $\_SESSION When a value is passed it will set that value to the key

### (bool) session\_delete()

[](#bool-session_delete)

Takes an unlimited amount of keys and will unset them

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

7

Last Release

4833d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/83c8e9d55e3ebafb0621a441a51af8f551f61a274fde5400459a29cc320b7b75?d=identicon)[nullivex](/maintainers/nullivex)

![](https://www.gravatar.com/avatar/afffa5c56642e74ba5b880c4b78e115c1b8d00c74ceae5644ac359d10058a911?d=identicon)[spudz76](/maintainers/spudz76)

---

Top Contributors

[![nullivex](https://avatars.githubusercontent.com/u/2321375?v=4)](https://github.com/nullivex "nullivex (14 commits)")[![doyjo](https://avatars.githubusercontent.com/u/3947855?v=4)](https://github.com/doyjo "doyjo (1 commits)")

---

Tags

arraymulti-dimensional arrayarray helpersuperglobals

### Embed Badge

![Health badge](/badges/openlss-func-mda-glob/health.svg)

```
[![Health](https://phpackages.com/badges/openlss-func-mda-glob/health.svg)](https://phpackages.com/packages/openlss-func-mda-glob)
```

###  Alternatives

[doctrine/collections

PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.

6.0k423.8M1.4k](/packages/doctrine-collections)[symfony/property-access

Provides functions to read and write from/to an object or array using a simple string notation

2.8k309.5M3.0k](/packages/symfony-property-access)[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k417.9M1.7k](/packages/nette-utils)[league/config

Define configuration arrays with strict schemas and access values with dot notation

565323.7M35](/packages/league-config)[cuyz/valinor

Dependency free PHP library that helps to map any input into a strongly-typed structure.

1.5k11.7M157](/packages/cuyz-valinor)[openlss/lib-array2xml

Array2XML conversion library credit to lalit.org

31053.4M49](/packages/openlss-lib-array2xml)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
