Download the PHP package danog/advanced-json-rpc without Composer
On this page you can find all versions of the php package danog/advanced-json-rpc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download danog/advanced-json-rpc
More information about danog/advanced-json-rpc
Files in danog/advanced-json-rpc
Download danog/advanced-json-rpc
More information about danog/advanced-json-rpc
Files in danog/advanced-json-rpc
Vendor danog
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
>=8.1
netresearch/jsonmapper Version ^5
phpdocumentor/reflection-docblock Version ^4.3.4 || ^5.0.0
netresearch/jsonmapper Version ^5
phpdocumentor/reflection-docblock Version ^4.3.4 || ^5.0.0
The package danog/advanced-json-rpc contains the following files
Loading the files please wait ....