PHPackages                             juwai/laravel-http-rpc - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. juwai/laravel-http-rpc

ActiveLibrary[HTTP &amp; Networking](/categories/http)

juwai/laravel-http-rpc
======================

Laravel package for http rpc client

1.0.0(7y ago)13.8k2MITPHPPHP &gt;=7.1.0

Since May 8Pushed 7y ago3 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

laravel-http-rpc
================

[](#laravel-http-rpc)

This package provides an easy way of connecting to HTTP RPC.

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

[](#installation)

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

    ```
    'aliases' => [
        ...
        'HTTPRPC' => Juwai\LaravelHTTPRPC\Facades\HTTPRPC::class,
    ],
    ```

    ```
    'providers' => [
        ...
        Juwai\LaravelHTTPRPC\Providers\HTTPRPCClientProvider::class,
    ],
    ```
2. Publish config file:

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

Usage
-----

[](#usage)

### GET method

[](#get-method)

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

### POST method

[](#post-method)

```
$client = HTTPRPC::get('service_one', '1.0', 2000, 'POST');
$response = $client->service_function(['param1' => $param1, 'param2' => $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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

Unknown

Total

1

Last Release

2560d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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