文件名称:php-json-rpc-ssh:JSON-RPC 2.0的SSH客户端和服务器
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-14 12:15:22
PHP
适用于PHP的JSON-RPC 特征 完全符合(覆盖100%的单元测试) 灵活:您可以选择自己的系统来解释JSON-RPC方法字符串 简约(只有两个小文件) 即用型,带有实际示例 要求 PHP> = 5.3 执照 该程序包是根据开放源代码许可发布的: 例子 客户 $ client = new Client ( $ destination , $ command , $ options ); $ client -> query ( 1 , 'add' , array ( 1 , 2 )); $ reply = $ client -> send (); // array('jsonrpc' => '2.0', 'id' => 1, 'result' => 3) 服务器 $ translator = new Translator (); $ server = new Server (
【文件预览】:
php-json-rpc-ssh-master
----.gitignore(53B)
----src()
--------Server.php(2KB)
--------Client.php(3KB)
----composer.json(930B)
----COPYING(7KB)
----examples()
--------client.php(884B)
--------server.php(220B)
--------README.md(801B)
--------Server()
----README.md(2KB)
----phpunit.xml.dist(533B)