PHPackages                             oranfry/obex - 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. oranfry/obex

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

oranfry/obex
============

2.4.1(1y ago)09243PHP

Since Jun 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/oranfry/obex)[ Packagist](https://packagist.org/packages/oranfry/obex)[ RSS](/packages/oranfry-obex/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (10)Used By (3)

#### Installation

[](#installation)

```
cd /path/to/project
composer require oranfry/obex
```

#### Examples

[](#examples)

```
use obex\Obex;

require 'vendor/autoload.php';

$cats = Obex::from([
    (object) [
        'name' => 'Misty',
        'nickname' => 'Moo',
        'likes' => (object) ['favourite' => 'Beef', 'other' => ['Venison']],
    ],
    (object) [
        'name' => 'Amber',
        'nickname' => 'Liu',
        'likes' => (object) ['favourite' => 'Veal', 'other' => ['Turkey']],
    ],
]);

echo $cats
    ->find('name', 'is', 'Amber')
    ->nickname; // Liu

echo $cats
    ->filter('->likes->favourite', 'is', 'Beef')
    ->first()
    ->name; // Misty
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity50

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

Every ~74 days

Recently: every ~41 days

Total

9

Last Release

514d ago

Major Versions

1.2.2 → 2.0.02024-05-14

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/oranfry-obex/health.svg)

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

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k8.5M90](/packages/stevebauman-location)[symfony/ldap

Provides a LDAP client for PHP on top of PHP's ldap extension

1408.1M59](/packages/symfony-ldap)[mediarox/module-checkout-placeholder

Show placeholders instead of labels at common checkout field's (incl. required entry mark).

111.5k](/packages/mediarox-module-checkout-placeholder)

PHPackages © 2026

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