greplab/laravel-jsonrpcsmd

This is a port of the greplab/jsonrpcsmd library for laravel 4.2.
23
Install
composer require greplab/laravel-jsonrpcsmd
Latest Version:v0.2.1
PHP:>=5.4.0
License:MIT
Last Updated:Jan 20, 2015
Links: GitHub  ·  Packagist
Maintainer: dzegarra

JSON-RPC Service Mapping Description for Laravel 4.2

This library function as a port to make available the smd map in laravel 4.2 with the minimun effort.

Usage

This library works making all the public methods of the classes in a directory available as a services

//You can start like this:
$smd = new \Greplab\Jsonrpcsmd\Smd('http://my-website/path/of/the/endpoint');

//Or like that:
$smd = new \Greplab\Jsonrpcsmd\Smd();
$smd->setTarget('http://my-website/path/of/the/endpoint');

License

This library is open-sourced software licensed under the MIT license

Related Packages

barbushin/laravel-swoole-jsonrpc

JSON-RPC server and client based on swoole, for laravel and lumen framework.

8 1
neilwong/laravelrpc

JsonRPC Client/Server services for Laravel 5

6 0
larananas/lumen-json-rpc

Framework-free JSON-RPC 2.0 server library for modern PHP.

153 3
thiagof/laravelrpc

JsonRPC Client/Server services for Laravel 5

7,609 33
lao-liu/laravel-hprose

Hprose client/server providers for Laravel 5.x or Lumen 5.x

1,247 20