There is no license information available for the latest version (v1.0) of this package.

接入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

v1.0 2022-01-17 05:35 UTC

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);