Registry / networking / fguillot-json-rpc

fguillot-json-rpc

JSON →
library1.4.0phppackagistunverified

Simple JSON-RPC client/server library that just works

composer require fguillot/json-rpc
INSTALL
IMPORT
SIG · FGUILLOT-JSON-RPC
F
fguillot-json-rpc
networkingphpv1.4.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.

Client
use JsonRPC\Client;

Make a JSON-RPC call to a remote server

use JsonRPC\Client; $client = new Client('http://example.com/api'); $result = $client->call('method', ['param1' => 'value']);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
fguillot-json-rpc — pip install fguillot-json-rpc · libregistry