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 today

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 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity55

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

2613d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M191](/packages/guzzlehttp-guzzle-services)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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