greplab/laravel-jsonrpcsmd
最新稳定版本:v0.2.1
Composer 安装命令:
composer require greplab/laravel-jsonrpcsmd
包简介
This is a port of the greplab/jsonrpcsmd library for laravel 4.2.
README 文档
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
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-05