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

Last updated: May 09,2024

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

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

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

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

This is a short guide on how to uninstall php-felixfbecker-advanced-json-rpc3.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 1:00:08 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : php-felixfbecker-advanced-json-rpc3
Version : 3.2.1
Release : 2.fc35
Architecture : noarch
Size : 17 k
Source : php-felixfbecker-advanced-json-rpc3-3.2.1-2.fc35.src.rpm
Repository : fedora
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