How To Install php-league-tactician on Fedora 36

In this tutorial we learn how to install php-league-tactician in Fedora 36. php-league-tactician is A small, flexible command bus

Introduction

In this tutorial we learn how to install php-league-tactician on Fedora 36.

What is php-league-tactician

A small, flexible command bus. Handy for building service layers. Documentation Autoloader

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

Install php-league-tactician 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-league-tactician using dnf by running the following command:

sudo dnf -y install php-league-tactician

Install php-league-tactician 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-league-tactician using yum by running the following command:

sudo yum -y install php-league-tactician

How To Uninstall php-league-tactician on Fedora 36

To uninstall only the php-league-tactician package we can use the following command:

sudo dnf remove php-league-tactician

php-league-tactician Package Contents on Fedora 36

/usr/share/doc/php-league-tactician
/usr/share/doc/php-league-tactician/CHANGELOG.md
/usr/share/doc/php-league-tactician/CONTRIBUTING.md
/usr/share/doc/php-league-tactician/README.md
/usr/share/doc/php-league-tactician/composer.json
/usr/share/licenses/php-league-tactician
/usr/share/licenses/php-league-tactician/LICENSE
/usr/share/php/League
/usr/share/php/League/Tactician
/usr/share/php/League/Tactician/CommandBus.php
/usr/share/php/League/Tactician/Exception
/usr/share/php/League/Tactician/Exception/CanNotDetermineCommandNameException.php
/usr/share/php/League/Tactician/Exception/CanNotInvokeHandlerException.php
/usr/share/php/League/Tactician/Exception/Exception.php
/usr/share/php/League/Tactician/Exception/InvalidCommandException.php
/usr/share/php/League/Tactician/Exception/InvalidMiddlewareException.php
/usr/share/php/League/Tactician/Exception/MissingHandlerException.php
/usr/share/php/League/Tactician/Handler
/usr/share/php/League/Tactician/Handler/CommandHandlerMiddleware.php
/usr/share/php/League/Tactician/Handler/CommandNameExtractor
/usr/share/php/League/Tactician/Handler/CommandNameExtractor/ClassNameExtractor.php
/usr/share/php/League/Tactician/Handler/CommandNameExtractor/CommandNameExtractor.php
/usr/share/php/League/Tactician/Handler/Locator
/usr/share/php/League/Tactician/Handler/Locator/CallableLocator.php
/usr/share/php/League/Tactician/Handler/Locator/HandlerLocator.php
/usr/share/php/League/Tactician/Handler/Locator/InMemoryLocator.php
/usr/share/php/League/Tactician/Handler/MethodNameInflector
/usr/share/php/League/Tactician/Handler/MethodNameInflector/ClassNameInflector.php
/usr/share/php/League/Tactician/Handler/MethodNameInflector/HandleClassNameInflector.php
/usr/share/php/League/Tactician/Handler/MethodNameInflector/HandleClassNameWithoutSuffixInflector.php
/usr/share/php/League/Tactician/Handler/MethodNameInflector/HandleInflector.php
/usr/share/php/League/Tactician/Handler/MethodNameInflector/InvokeInflector.php
/usr/share/php/League/Tactician/Handler/MethodNameInflector/MethodNameInflector.php
/usr/share/php/League/Tactician/Middleware.php
/usr/share/php/League/Tactician/Plugins
/usr/share/php/League/Tactician/Plugins/LockingMiddleware.php
/usr/share/php/League/Tactician/Plugins/NamedCommand
/usr/share/php/League/Tactician/Plugins/NamedCommand/NamedCommand.php
/usr/share/php/League/Tactician/Plugins/NamedCommand/NamedCommandExtractor.php
/usr/share/php/League/Tactician/Setup
/usr/share/php/League/Tactician/Setup/QuickStart.php
/usr/share/php/League/Tactician/autoload.php

References

Summary

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