Package Data | |
---|---|
Maintainer Username: | dzegarra |
Maintainer Contact: | dzegarra@greplab.com (Daniel Zegarra) |
Package Create Date: | 2014-11-02 |
Package Last Update: | 2015-01-20 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:00:25 |
Package Statistics | |
---|---|
Total Downloads: | 21 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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