ddvphp/ddv-restful-rpc

ddv-restful-rpc php library

0.0.1 2017-08-02 11:19 UTC

This package is not auto-updated.

Last update: 2024-04-09 23:29:52 UTC


README

Installation - 安装

composer require ddvphp/ddv-restful-rpc

Usage - 使用

$rpc = new /DdvPhp/DdvRestfulRpc();

$rpc->setRpcServerUrl([
  'http://127.0.0.1:2255',
  'http://10.8.8.8:2255'
]);