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 ago9 watchersCompare

[ 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 2mo 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 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

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

3583d ago

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

0.0.1PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd2070b93694a5c2d8b1c3e614234d7e8c2232e7bf4ac9645dca88f6c72ec81d?d=identicon)[offers](/maintainers/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

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[aplus/one

Aplus Framework One Project

2351.6M1](/packages/aplus-one)[hyperf/hyperf-skeleton

A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.

301187.4k](/packages/hyperf-hyperf-skeleton)[gotzmann/comet

Modern PHP framework for building blazing fast REST APIs and microservices

68816.2k1](/packages/gotzmann-comet)[hypervel/hypervel

A Laravel-style PHP framework with native coroutine support for ultra-high performance.

5821.7k](/packages/hypervel-hypervel)

PHPackages © 2026

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