ddvphp/ddv-restful-rpc

ddv-restful-rpc php library

Installs: 127

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

pkg:composer/ddvphp/ddv-restful-rpc

0.0.1 2017-08-02 11:19 UTC

This package is not auto-updated.

Last update: 2025-10-08 07:09:08 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'
]);