dev-master
9999999-devsimple way to use hprose
Apache-2.0
The Requires
by Chen.Zhidong
extension yii2 hprose
Wallogit.com
2017 © Pedro Peláez
simple way to use hprose
simple way to use hprose, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist sillydong/yii2-hprose "*"
or add, (*4)
"sillydong/yii2-hprose": "*"
to the require section of your composer.json file., (*5)
create a component in yii config, (*6)
return [
'components'=>[
'someservice'=>[
'class'=>'sillydong\hprose\Service',
'urls'=>['127.0.0.1:11111','127.0.0.1:22222']
]
]
]
simple way to use hprose
Apache-2.0
extension yii2 hprose