agent:适用于 PHP 5.3 及更高版本的简单服务远程代理

时间:2024-08-01 21:07:13
【文件属性】:

文件名称:agent:适用于 PHP 5.3 及更高版本的简单服务远程代理

文件大小:14KB

文件格式:ZIP

更新时间:2024-08-01 21:07:13

PHP

心理游戏/代理 这个库实现了一个服务主机和一个具有匹配客户端的服务代理。 要托管供客户端远程使用的服务,请实现如下脚本: // create your service: $ service = new UserService (); // create a host for the service, using a private key: $ host = new ServiceHost ( $ service , 'sup3rs3cr3t' ); // create a controller for the host: $ controller = new HostController ( $ host ); // dispatch it: $ controller -> dispatch (); 此脚本现在将托管客


【文件预览】:
agent-master
----src()
--------Client.php(294B)
--------client()
--------model()
--------ClientException.php(107B)
--------RemoteServiceProxy.php(1KB)
--------ServiceProxy.php(382B)
--------LocalServiceProxy.php(582B)
--------RequestHandler.php(343B)
--------server()
--------RequestException.php(108B)
----.travis.yml(149B)
----composer.lock(2KB)
----test()
--------src()
--------header.php(333B)
--------test-server.php(169B)
--------test.php(7KB)
--------host.php(273B)
----README.md(3KB)
----.gitignore(13B)
----composer.json(471B)

网友评论