Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-felixfbecker-advanced-json-rpc3 - A more advanced JSONRPC implementation

Website:
https://github.com/felixfbecker/php-advanced-json-rpc
Licence:
ISC
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
Advanced JSONRPC

Provides basic classes for requests and responses in JSONRPC and a
Dispatcher class that can decode a JSONRPC request and call appropiate
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 ->.

Autoloader: /usr/share/php/AdvancedJsonRpc3/autoload.php

Packages

php-felixfbecker-advanced-json-rpc3-3.2.1-1.fc33.remi.noarch [16 KiB] Changelog by Remi Collet (2021-06-14):
- update to 3.2.1 (no change)
- allow netresearch/jsonmapper 4.0
php-felixfbecker-advanced-json-rpc3-3.2.0-1.fc33.remi.noarch [16 KiB] Changelog by Remi Collet (2021-01-11):
- update to 3.2.0 (no change)
- raise dependency on PHP 7.1
- raise dependency on phpdocumentor/reflection-docblock 4.3.4
- switch to phpunit8