Registry / networking / hyperf-json-rpc

hyperf-json-rpc

JSON →
library3.2.0phppackagistunverified

A JSON RPC component for Hyperf RPC Server or Client.

composer require hyperf/json-rpc
INSTALL
IMPORT
SIG · HYPERF-JSON-RPC
H
hyperf-json-rpc
networkingphpv3.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JsonRpcTransporter
use Hyperf\JsonRpc\JsonRpcTransporter;

Creates a JSON RPC client using the transporter.

use Hyperf\JsonRpc\JsonRpcTransporter; $transporter = new JsonRpcTransporter(); $client = new \Hyperf\RpcClient\Client($transporter); $result = $client->call('method', ['param1' => 'value']);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources
hyperf-json-rpc — pip install hyperf-json-rpc · libregistry