fengdangxing/yii2-yar-rpc

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

yii2-yar-rpc

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

This package is not auto-updated.

Last update: 2024-04-20 22:15:56 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/