laravel-hyperf-rpc / client
接入hyerf rpc通信
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/laravel-hyperf-rpc/client
This package is not auto-updated.
Last update: 2025-12-30 23:10:37 UTC
README
执行 php artisan vendor:publish --provider="LaravelHyperfClientRpcService\RpcServiceProvider"
调用 $method = 'calculator/add'; $params = ['a' => 12, 'b' => 10]; $result = app('hyperf-rpc-client')->callRpcMethod($method, $params);