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
============

3.0.0(1mo ago)01.0k3PHP

Since Jun 18Pushed 1mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (11)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

47

—

FairBetter than 93% of packages

Maintenance93

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity51

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 ~124 days

Recently: every ~140 days

Total

10

Last Release

33d ago

Major Versions

1.2.2 → 2.0.02024-05-14

2.4.1 → 3.0.02026-07-15

### 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

[alexpechkarev/geometry-library

PHP Geometry library provides utility functions for the computation of geometric data on the surface of the Earth.

1394.2M7](/packages/alexpechkarev-geometry-library)[rtlopez/decimal

An object oriented immutable arbitrary-precision arithmetic library for PHP

27279.7k2](/packages/rtlopez-decimal)[blackknight467/star-rating-bundle

Star Rating Bundle for use with Symfony 2 using Font Awesome. This bundle adds the 'rating' form type and rating filter to render ratings. Simple and easy to use.

27202.3k](/packages/blackknight467-star-rating-bundle)[aliqasemzadeh/livewire-bootstrap-modal

Dynamic Laravel Livewire 3 Bootstrap modals.

4422.1k](/packages/aliqasemzadeh-livewire-bootstrap-modal)[afbora/kirby-minify-html

Enable minify HTML output for Kirby

4118.5k1](/packages/afbora-kirby-minify-html)[mixnode/mixnode-warcreader-php

Read Web ARChive (WARC) files in PHP.

224.4k2](/packages/mixnode-mixnode-warcreader-php)

PHPackages © 2026

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