PHPackages                             offers/rho - 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. [Framework](/categories/framework)
4. /
5. offers/rho

AbandonedArchivedLibrary[Framework](/categories/framework)

offers/rho
==========

Microservice client framework

0.0.4(9y ago)12.1kMITPHPPHP &gt;=5.6.0

Since Jul 14Pushed 9y agoCompare

[ Source](https://github.com/offers/rho)[ Packagist](https://packagist.org/packages/offers/rho)[ Docs](https://github.com/offers/rho)[ RSS](/packages/offers-rho/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

rho
===

[](#rho)

Usage
-----

[](#usage)

Check out the examples directory

Run the Tests
-------------

[](#run-the-tests)

```
docker-compose build
docker-compose up -d
docker-compose exec rho phpunit

```

### Logging

[](#logging)

If you'd like your logs to include a name for the client you are wrapping, you can use Monolog processors like so:

```
// clone the logger to modify it w/o affecting the original
$myLogger = clone $logger;

$myLogger->pushProcessor(function ($record) {
    $record['extra']['client'] = 'My Client Name';
    return $record;
});

Rho\Retrier::wrap($client, ['logger' => $myLogger]);
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Total

5

Last Release

3630d ago

PHP version history (2 changes)0.0.0PHP &gt;=7.0.0

0.0.1PHP &gt;=5.6.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/223379?v=4)[Offers.com](/maintainers/offers)[@offers](https://github.com/offers)

---

Top Contributors

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

---

Tags

Microservice

### Embed Badge

![Health badge](/badges/offers-rho/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.5k](/packages/laravel-framework)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k34](/packages/neuron-core-neuron-ai)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k169.0k9](/packages/bagisto-bagisto)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[oro/platform

Business Application Platform (BAP)

642140.7k110](/packages/oro-platform)

PHPackages © 2026

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