Skip to content

Commit

Permalink
添加hprose的支持
Browse files Browse the repository at this point in the history
添加hprose的支持
  • Loading branch information
qieangel2013 authored Nov 15, 2016
1 parent 8317ec3 commit 3b53867
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
7.基于yac、yaconf提供共享数据、配置服务
8.基于zqf提供高并发计数器、红包、二维码服务
9.很好的支持网页版console的shell服务
###Nginx 下配置文件示例
10.基于hprose提供rpc远程调用、推送等服务
###Nginx 下配置
location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?$1 last;
Expand All @@ -27,7 +28,7 @@
###composer 安装
{
"require": {
"qieangel2013/zys": "0.1.7"
"qieangel2013/zys": "0.1.8"
}
}
###分布式服务器通讯服务
Expand Down Expand Up @@ -133,6 +134,9 @@
$obj->savefile('https://www.baidu.com/s?wd=昌平香堂','./test.png',500,1);第一个参数是url,第二参数是保存路径,第三个参数是二维码长或者宽,第四个参数是决定是否透明,默认是不透明的
###网页版console的shell使用如下
本地访问http://localhost/console
###hprose的使用如下
echo hprose::getInstance()->getdata();
本地访问:http://localhost/index/hprose
###交流使用
zys框架交流群:337937322
### License
Expand Down

0 comments on commit 3b53867

Please sign in to comment.