greplab/laravel-jsonrpcsmd

这是 greplab/jsonrpcsmd 库为 laravel 4.2 的移植版本。

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

This package is not auto-updated.

Last update: 2024-09-28 14:58:10 UTC


README

此库作为端口,以最小的努力在 laravel 4.2 中提供 smd 映射。

用法

此库通过使目录中类的所有公共方法作为服务提供来工作

//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');

许可证

此库是开源软件,受MIT 许可证许可