2017 © Pedro Peláez
 

library yii2-json-rpc

yii2-json-rpc

image

devchunk/yii2-json-rpc

yii2-json-rpc

  • Thursday, July 7, 2016
  • by devchunk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 20 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

JsonRpc Server and Client for Yii2, (*1)

Usage Server

1) Install with Composer, (*2)

"require": {
    "devchunk/yii2-json-rpc": "dev-master",
},

php composer.phar update

2) Server:, (*3)

Add action to controller (e.g. JsonRpcTestController), (*4)

public function actions()
{
    return array(
        'index' => array(
            'class' => '\devchunk\jsonRpc\Action',
        ),
    );
}

public function echo($param) {
    return $param;
}

3) Client:, (*5)

$rpc = new Client('http://127.0.0.1/json-rpc-test', [
    'timeout' => 5,
]);

$result = $rpc->echo("some string");

echo sprintf("RPC result: %s\n", $r);

The Versions

07/07 2016

dev-master

9999999-dev

yii2-json-rpc

  Sources   Download

The Requires

 

by Avatar devchunk

07/07 2016

v2.0.0

2.0.0.0

yii2-json-rpc

  Sources   Download

The Requires

 

by Avatar devchunk

14/11 2014

v1.1.4

1.1.4.0

A lightweight JsonRpc Server and Client for PHP

  Sources   Download

BSD-3-Clause

The Requires

 

by Alex Sharov

json yii2 yii jsonrpc rpc

06/11 2013

v1.1.3

1.1.3.0

A lightweight JsonRpc Server and Client for PHP

  Sources   Download

BSD-3-Clause

The Requires

 

by Alex Sharov

json yii2 yii jsonrpc rpc

06/11 2013

v1.1.2

1.1.2.0

A lightweight JsonRpc Server and Client for PHP

  Sources   Download

BSD-3-Clause

The Requires

 

by Alex Sharov

json yii2 yii jsonrpc rpc

04/11 2013

v1.1.1

1.1.1.0

A lightweight JsonRpc Server and Client for PHP

  Sources   Download

BSD-3-Clause

The Requires

 

by Alex Sharov

json yii2 yii jsonrpc rpc

24/10 2013

v1.1.0

1.1.0.0

A lightweight JsonRpc Server and Client for PHP

  Sources   Download

BSD-3-Clause

The Requires

 

by Alex Sharov

json yii2 yii jsonrpc rpc

02/10 2013

v1.0.3

1.0.3.0

A lightweight JsonRpc Server and Client for PHP

  Sources   Download

BSD-3-Clause

by Alex Sharov

json yii2 yii jsonrpc rpc

20/09 2013

v1.0.2

1.0.2.0

A lightweight JsonRpc Server and Client for PHP

  Sources   Download

BSD-3-Clause

by Alex Sharov

json yii2 yii jsonrpc rpc

15/09 2013

v1.0.1

1.0.1.0

A lightweight JsonRpc Server and Client for PHP

  Sources   Download

BSD-3-Clause

by Alex Sharov

json yii2 yii jsonrpc rpc

14/09 2013

v1.0.0

1.0.0.0

A lightweight JsonRpc Server and Client for PHP

  Sources   Download

BSD-3-Clause

by Alex Sharov

json yii2 yii jsonrpc rpc