Registry / networking / spiral-goridge

spiral-goridge

JSON →
library4.2.2phppackagistunverified

High-performance PHP-to-Golang RPC bridge.

composer require spiral/goridge
INSTALL
IMPORT
SIG · SPIRAL-GORIDGE
S
spiral-goridge
networkingphpv4.2.2
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.

RPC
✓ use Spiral\Goridge\RPC;

Connect to a Golang RPC server and call a method.

use Spiral\Goridge\RPC; $rpc = new RPC('tcp://127.0.0.1:6001'); $result = $rpc->call('App.Hello', 'World');
Debug
Known issues
breakingRequires the Sockets PHP extension.
fix
Enable the sockets extension in php.ini.
affects: >=4.0.0
Upgrade
Version history
4.2.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
spiral-goridge — pip install spiral-goridge · libregistry