ddvphp/ddv-restful-rpc

ddv-restful-rpc php library

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

github.com/ddvphp/ddv-restful-rpc

pkg:composer/ddvphp/ddv-restful-rpc

Statistics

Installs: 127

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.1 2017-08-02 11:19 UTC

This package is not auto-updated.

Last update: 2025-10-22 07:25:39 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'
]);