Download the PHP package felixfbecker/advanced-json-rpc without Composer
On this page you can find all versions of the php package felixfbecker/advanced-json-rpc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download felixfbecker/advanced-json-rpc
More information about felixfbecker/advanced-json-rpc
Files in felixfbecker/advanced-json-rpc
Download felixfbecker/advanced-json-rpc
More information about felixfbecker/advanced-json-rpc
Files in felixfbecker/advanced-json-rpc
Vendor felixfbecker
Package advanced-json-rpc
Short Description A more advanced JSONRPC implementation
License ISC
Package advanced-json-rpc
Short Description A more advanced JSONRPC implementation
License ISC
Please rate this library. Is it a good library?
Informations about the package advanced-json-rpc
Advanced JSONRPC
Provides basic classes for requests and responses in JSONRPC and a Dispatcher
class that can decode a JSONRPC request
and call appropriate methods on a target, coercing types of parameters by type-hints and @param
tags.
Supports nested targets: If the method is something like myNestedTarget->theMethod
, the dispatcher will look for a
myNestedTarget
property on the target and call theMethod
on it. The delimiter is configurable and defaults to the
PHP object operator ->
.
Example
Nested Targets
All versions of advanced-json-rpc with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1 || ^8.0
netresearch/jsonmapper Version ^1.0 || ^2.0 || ^3.0 || ^4.0
phpdocumentor/reflection-docblock Version ^4.3.4 || ^5.0.0
netresearch/jsonmapper Version ^1.0 || ^2.0 || ^3.0 || ^4.0
phpdocumentor/reflection-docblock Version ^4.3.4 || ^5.0.0
The package felixfbecker/advanced-json-rpc contains the following files
Loading the files please wait ....