How to Install and Uninstall php-felixfbecker-advanced-json-rpc3.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "php-felixfbecker-advanced-json-rpc3.noarch" package

Please follow the guidelines below to install php-felixfbecker-advanced-json-rpc3.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-felixfbecker-advanced-json-rpc3.noarch

2. Uninstall "php-felixfbecker-advanced-json-rpc3.noarch" package

This guide covers the steps necessary to uninstall php-felixfbecker-advanced-json-rpc3.noarch on Fedora 34:

$ sudo dnf remove php-felixfbecker-advanced-json-rpc3.noarch $ sudo dnf autoremove

3. Information about the php-felixfbecker-advanced-json-rpc3.noarch package on Fedora 34

Last metadata expiration check: 5:13:44 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-felixfbecker-advanced-json-rpc3
Version : 3.2.1
Release : 1.fc34
Architecture : noarch
Size : 17 k
Source : php-felixfbecker-advanced-json-rpc3-3.2.1-1.fc34.src.rpm
Repository : updates
Summary : A more advanced JSONRPC implementation
URL : https://github.com/felixfbecker/php-advanced-json-rpc
License : ISC
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