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

Last updated: September 27,2024

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

Here is a brief guide to show you how to install php-felixfbecker-advanced-json-rpc3.noarch on Fedora 39

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

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

Please follow the guidance below to uninstall php-felixfbecker-advanced-json-rpc3.noarch on Fedora 39:

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

Last metadata expiration check: 2:08:44 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : php-felixfbecker-advanced-json-rpc3
Version : 3.2.1
Release : 6.fc39
Architecture : noarch
Size : 16 k
Source : php-felixfbecker-advanced-json-rpc3-3.2.1-6.fc39.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