File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ ISC License
2+
3+ Copyright (c) 2016, Felix Frederick Becker
4+
5+ Permission to use, copy, modify, and/or distribute this software for any
6+ purpose with or without fee is hereby granted, provided that the above
7+ copyright notice and this permission notice appear in all copies.
8+
9+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Original file line number Diff line number Diff line change 44[ ![ Build Status] ( https://travis-ci.org/felixfbecker/php-advanced-json-rpc.svg?branch=master )] ( https://travis-ci.org/felixfbecker/php-advanced-json-rpc )
55[ ![ Coverage] ( https://codecov.io/gh/felixfbecker/php-advanced-json-rpc/branch/master/graph/badge.svg )] ( https://codecov.io/gh/felixfbecker/php-advanced-json-rpc )
66[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
7- [ ![ License] ( https://img.shields.io/packagist/l/felixfbecker/advanced-json-rpc.svg )] ( https://packagist.org/packages/ felixfbecker/advanced-json-rpc )
7+ [ ![ License] ( https://img.shields.io/packagist/l/felixfbecker/advanced-json-rpc.svg )] ( https://github.com/ felixfbecker/php- advanced-json-rpc/blob/master/LICENSE )
88
99Provides basic classes for requests and responses in JSONRPC and a ` Dispatcher ` class that can decode a JSONRPC request
1010and call appropiate methods on a target, coercing types of parameters by type-hints and ` @param ` tags.
You can’t perform that action at this time.
0 commit comments