PHPackages                             starbug/bundle - 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. starbug/bundle

ActiveLibrary

starbug/bundle
==============

A simple object abstraction for working with nested array structures.

v1.1(5y ago)08.1k↓100%2PHP

Since Jan 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/cogentParadigm/starbug-bundle)[ Packagist](https://packagist.org/packages/starbug/bundle)[ RSS](/packages/starbug-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (2)

Bundle
======

[](#bundle)

The Bundle class is a simple object abstraction for working with nested array structures.

Basic example:

```
use Starbug\Bundle\Bundle;

$bundle = new Bundle();

$bundle->set("user", "first_name", "Abdul");

$bundle->get("user", "first_name"); // returns Abdul
$bundle->has("user", "first_name"); // return true

$bundle->set("user", "address", "city", "Vancouver");

$bundle->get("user", "address", "city"); // returns Vancouver
$bundle->has("user", "address", "city"); // returns true
```

See the [specification](spec/Starbug/Bundle/BundleSpec.php) for more details.

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~364 days

Total

3

Last Release

1929d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/starbug-bundle/health.svg)

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

PHPackages © 2026

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