How To Install php-felixfbecker-advanced-json-rpc3 on Fedora 36

In this tutorial we learn how to install php-felixfbecker-advanced-json-rpc3 in Fedora 36. php-felixfbecker-advanced-json-rpc3 is A more advanced JSONRPC implementation

Introduction

In this tutorial we learn how to install php-felixfbecker-advanced-json-rpc3 on Fedora 36.

What is php-felixfbecker-advanced-json-rpc3

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

We can use yum or dnf to install php-felixfbecker-advanced-json-rpc3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-felixfbecker-advanced-json-rpc3.

Install php-felixfbecker-advanced-json-rpc3 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-felixfbecker-advanced-json-rpc3 using dnf by running the following command:

sudo dnf -y install php-felixfbecker-advanced-json-rpc3

Install php-felixfbecker-advanced-json-rpc3 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-felixfbecker-advanced-json-rpc3 using yum by running the following command:

sudo yum -y install php-felixfbecker-advanced-json-rpc3

How To Uninstall php-felixfbecker-advanced-json-rpc3 on Fedora 36

To uninstall only the php-felixfbecker-advanced-json-rpc3 package we can use the following command:

sudo dnf remove php-felixfbecker-advanced-json-rpc3

php-felixfbecker-advanced-json-rpc3 Package Contents on Fedora 36

/usr/share/doc/php-felixfbecker-advanced-json-rpc3
/usr/share/doc/php-felixfbecker-advanced-json-rpc3/README.md
/usr/share/doc/php-felixfbecker-advanced-json-rpc3/composer.json
/usr/share/licenses/php-felixfbecker-advanced-json-rpc3
/usr/share/licenses/php-felixfbecker-advanced-json-rpc3/LICENSE
/usr/share/php/AdvancedJsonRpc3
/usr/share/php/AdvancedJsonRpc3/Dispatcher.php
/usr/share/php/AdvancedJsonRpc3/Error.php
/usr/share/php/AdvancedJsonRpc3/ErrorCode.php
/usr/share/php/AdvancedJsonRpc3/ErrorResponse.php
/usr/share/php/AdvancedJsonRpc3/Message.php
/usr/share/php/AdvancedJsonRpc3/Notification.php
/usr/share/php/AdvancedJsonRpc3/Request.php
/usr/share/php/AdvancedJsonRpc3/Response.php
/usr/share/php/AdvancedJsonRpc3/SuccessResponse.php
/usr/share/php/AdvancedJsonRpc3/autoload.php

References

Summary

In this tutorial we learn how to install php-felixfbecker-advanced-json-rpc3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).