Download the PHP package limingxinleo/swoft-rpc-client without Composer
On this page you can find all versions of the php package limingxinleo/swoft-rpc-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package swoft-rpc-client
swoft-rpc-client
安装
composer require limingxinleo/swoft-rpc-client
使用
定义客户端
复制服务提供方的接口
调用
<?php
use SwoftTest\Rpc\Testing\Clients\DemoService;
$client = DemoService::getInstance();
echo $client->version();
All versions of swoft-rpc-client with dependencies
PHP Build Version
Package Version
The package limingxinleo/swoft-rpc-client contains the following files
Loading the files please wait ....