tivoka:适用于PHP的JSON-RPC clientserver库(支持v1.0和v2.0规范)

时间:2024-06-15 22:02:32
【文件属性】:

文件名称:tivoka:适用于PHP的JSON-RPC clientserver库(支持v1.0和v2.0规范)

文件大小:41KB

文件格式:ZIP

更新时间:2024-06-15 22:02:32

PHP

蒂沃卡 适用于PHP 5.3+的客户端和服务器 轻松在和规格之间切换 提供HTTP,TCP和Websocket传输 例子 这些只是一些简单的例子。 在查看 。 通过HTTP发出请求... <?php $ connection = Tivoka \ Client :: connect ( 'http://example.com/api' ) $ request = $ connection -> sendRequest ( 'substract' , array ( 51 , 9 )); print $ request -> result ; // 42 ?> ...或纯TCP <?php $ connection = Tivoka \ Client :: connect ( array ( 'host' => 'example.com' , 'port' => 1234 ))


【文件预览】:
tivoka-develop
----.gitignore(112B)
----.travis.yml(67B)
----LICENSE(1KB)
----doc()
--------tutorial()
----composer.json(573B)
----README.md(3KB)
----example()
--------client.php(595B)
--------server.php(283B)
----include.php(1001B)
----lib()
--------Tivoka()

网友评论