Looking to hire Laravel developers? Try LaraJobs

laravel-jsonrpcsmd maintained by greplab

Description
This is a port of the greplab/jsonrpcsmd library for laravel 4.2.
Last update
2015/01/20 21:51 (dev-master)
License
Downloads
23

Comments
comments powered by Disqus

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