PHPackages                             juwai/laravel-zerorpc - 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. juwai/laravel-zerorpc

ActiveLibrary

juwai/laravel-zerorpc
=====================

Laravel package for zerorpc client

1.0.5(5y ago)124.3k↓100%7MITPHPPHP &gt;=5.4.0

Since Sep 27Pushed 5y ago8 watchersCompare

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

READMEChangelog (5)Dependencies (1)Versions (7)Used By (0)

laravel-zerorpc
===============

[](#laravel-zerorpc)

This package provides an easy way of connecting to [zerorpc](http://www.zerorpc.io/) from a Laravel application. It uses the [PHP zerorpc](https://github.com/0rpc/zerorpc-php) client.

Installation
------------

[](#installation)

1. Add facade and providers to `config/app.php`

    ```
    'aliases' => [
        ...
        'ZeroRPC' => Juwai\LaravelZeroRPC\Facades\ZeroRPC::class,
    ],
    ```

    ```
    'providers' => [
        ...
        Juwai\LaravelZeroRPC\Providers\ZeroRPCContextProvider::class,
        Juwai\LaravelZeroRPC\Providers\ZeroRPCClientProvider::class,
    ],
    ```
2. Publish config file:

    ```
    $ php artisan vendor:publish
    ```
3. Add real service configuration to the published config file `config/zerorpc.php`.

Usage
-----

[](#usage)

```
$client = ZeroRPC::get('service_one', '1.0');
$response = $client->service_function($param1, $param2);
```

Connection monitor
------------------

[](#connection-monitor)

If you installed [Debugbar](https://github.com/barryvdh/laravel-debugbar) the RPC connection information shows on Debugbar panels.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~317 days

Recently: every ~349 days

Total

6

Last Release

1926d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b9adfaf826a998b486c31d5bf32c064a8c9ad35c0478beb3c465f379ed8a63b?d=identicon)[tjoelsson](/maintainers/tjoelsson)

---

Top Contributors

[![tjoelsson](https://avatars.githubusercontent.com/u/2793514?v=4)](https://github.com/tjoelsson "tjoelsson (8 commits)")[![mark-juwai](https://avatars.githubusercontent.com/u/8097976?v=4)](https://github.com/mark-juwai "mark-juwai (2 commits)")[![BarryPaneer](https://avatars.githubusercontent.com/u/26813045?v=4)](https://github.com/BarryPaneer "BarryPaneer (1 commits)")[![to2false](https://avatars.githubusercontent.com/u/21302817?v=4)](https://github.com/to2false "to2false (1 commits)")

### Embed Badge

![Health badge](/badges/juwai-laravel-zerorpc/health.svg)

```
[![Health](https://phpackages.com/badges/juwai-laravel-zerorpc/health.svg)](https://phpackages.com/packages/juwai-laravel-zerorpc)
```

PHPackages © 2026

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