Wed, 29 May 2024 01:36:10 UTC | login

Information for build php-felixfbecker-advanced-json-rpc3-3.0.3-1.fc29

ID73557
Package Namephp-felixfbecker-advanced-json-rpc3
Version3.0.3
Release1.fc29
Epoch
SummaryA more advanced JSONRPC implementation
DescriptionAdvanced 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
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 25 Sep 2018 09:22:05 UTC
CompletedTue, 25 Sep 2018 09:22:05 UTC
Tags
f29
f30
RPMs
src
php-felixfbecker-advanced-json-rpc3-3.0.3-1.fc29.src.rpm (info) (download)
noarch
php-felixfbecker-advanced-json-rpc3-3.0.3-1.fc29.noarch.rpm (info) (download)
Changelog * Mon Sep 10 2018 Remi Collet <remi@remirepo.net> - 3.0.3-1 - update to 3.0.3 (no change) - add upstream LICENSE file * Mon Sep 10 2018 Remi Collet <remi@remirepo.net> - 3.0.2-1 - update to 3.0.2 - sources from git snapshot * Mon Jan 22 2018 Remi Collet <remi@remirepo.net> - 3.0.1-2 - missing dependencies * Mon Jan 22 2018 Remi Collet <remi@remirepo.net> - 3.0.1-1 - Update to 3.0.1 - rename to php-felixfbecker-advanced-json-rpc3 - move to /usr/share/php/AdvancedJsonRpc3 - raise dependency on phpdocumentor/reflection-docblock 4.0 - use phpunit6 * Sat Oct 21 2017 Remi Collet <remi@remirepo.net> - 2.0.3-1 - initial package, version 2.0.3 - open https://github.com/felixfbecker/php-advanced-json-rpc/issues/11 - LICENSE