Download the PHP package greplab/laravel-jsonrpcsmd without Composer
On this page you can find all versions of the php package greplab/laravel-jsonrpcsmd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download greplab/laravel-jsonrpcsmd
More information about greplab/laravel-jsonrpcsmd
Files in greplab/laravel-jsonrpcsmd
Download greplab/laravel-jsonrpcsmd
More information about greplab/laravel-jsonrpcsmd
Files in greplab/laravel-jsonrpcsmd
Vendor greplab
Package laravel-jsonrpcsmd
Short Description This is a port of the greplab/jsonrpcsmd library for laravel 4.2.
License MIT
Homepage https://github.com/GrepLab/laravel-jsonrpcsmd
Package laravel-jsonrpcsmd
Short Description This is a port of the greplab/jsonrpcsmd library for laravel 4.2.
License MIT
Homepage https://github.com/GrepLab/laravel-jsonrpcsmd
Please rate this library. Is it a good library?
Informations about the package laravel-jsonrpcsmd
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
All versions of laravel-jsonrpcsmd with dependencies
PHP Build Version
Package Version
The package greplab/laravel-jsonrpcsmd contains the following files
Loading the files please wait ....