PHPackages                             oleku/supervariable - 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. oleku/supervariable

ActiveLibrary

oleku/supervariable
===================

Varriable Filter and Manipulation for Arrays vs GET, POST , etc ... Supports Callback, regex etc.

0.1(12y ago)2321MITPHP

Since Aug 22Pushed 12y ago3 watchersCompare

[ Source](https://github.com/olekukonko/SuperVariable)[ Packagist](https://packagist.org/packages/oleku/supervariable)[ RSS](/packages/oleku-supervariable/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

SuperVariable
=============

[](#supervariable)

I simple wrapper `POST`, `GET` , `REQUEST` or any `Array` in PHP

#### Example

[](#example)

```
$array = array(
		"foo" => "bar",
		array(
				"name" => "super"
		)
);

// Start super Variable
$array = new Varriable($array);
// Array
echo $array['foo'] ; // returns bar
// Invoke
echo $array("foo"); // returns bar
// Object
echo $array->foo ; // returns bar
// Method
echo $array->foo() ; // returns bar
// Via Offset
echo $array->offsetGet("hello");// returns bar

// Modification is Disabled by default
// Get via offsetGet
array["hello"] = "World" // throws Exception

// Can can also find for sub arrays or Object
echo $array->find("foo.name"); // returns Super
```

#### More Examples

[](#more-examples)

- [Full Readme](docs/README.md)
- [General Usage](docs/USAGE_GENERAL.md)
- [Using Filters](docs/USAGE_FILTER.md)

#### Licence [MIT](http://opensource.org/licenses/MIT)

[](#licence-mit)

```
Copyright (c) 2013 Oleku Konko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4652d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66f7aef00ebf1d73a2c6821dc82942a1e7d17df84fc8ffe15d6536f29d2d4fb4?d=identicon)[oleku](/maintainers/oleku)

---

Top Contributors

[![olekukonko](https://avatars.githubusercontent.com/u/2615393?v=4)](https://github.com/olekukonko "olekukonko (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/oleku-supervariable/health.svg)

```
[![Health](https://phpackages.com/badges/oleku-supervariable/health.svg)](https://phpackages.com/packages/oleku-supervariable)
```

PHPackages © 2026

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