fengdangxing/yii2-yar-rpc

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

yii2-yar-rpc

Installs: 277

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/fengdangxing/yii2-yar-rpc

v0.1.3 2020-11-20 09:25 UTC

This package is not auto-updated.

Last update: 2025-10-19 05:29:37 UTC


README

#注册服务-单个
Rpc::setService($this->request, $this->response);
#客户端调用服务里的method
$client = Rpc::getService(\backend\modules\v1\service\Task::class, 'http://www.t.com/wms_v1/rpc/server');
$back = $client->add_test(1, 2);

#并行

#php依赖 msgpack yar

https://pecl.php.net/