2017 © Pedro Peláez
 

yii2-extension yii2-hprose

simple way to use hprose

image

sillydong/yii2-hprose

simple way to use hprose

  • Thursday, November 17, 2016
  • by sillydong
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Hprose component for Yii2.*

simple way to use hprose, (*1)

Installation

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)

Usage

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']
        ]
    ]
]

The Versions

17/11 2016

dev-master

9999999-dev

simple way to use hprose

  Sources   Download

Apache-2.0

The Requires

 

by Chen.Zhidong

extension yii2 hprose