greplab/laravel-jsonrpcsmd

This is a port of the greplab/jsonrpcsmd library for laravel 4.2.

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/greplab/laravel-jsonrpcsmd

v0.2.1 2015-01-20 20:51 UTC

This package is not auto-updated.

Last update: 2025-09-27 19:37:38 UTC


README

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