This is a port of the greplab/jsonrpcsmd library for laravel 4.2.
greplab/laravel-jsonrpcsmd is a Laravel package for this is a port of the greplab/jsonrpcsmd library for laravel 4.2..
It currently has 0 GitHub stars and 23 downloads on Packagist (latest version v0.2.1).
Install it with composer require greplab/laravel-jsonrpcsmd.
Discover more Laravel packages by greplab
or browse all Laravel packages to compare alternatives.
Last updated
This library function as a port to make available the smd map in laravel 4.2 with the minimun effort.
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');
This library is open-sourced software licensed under the MIT license