How To Install php-laminas-httphandlerrunner on Fedora 36

In this tutorial we learn how to install php-laminas-httphandlerrunner in Fedora 36. php-laminas-httphandlerrunner is Laminas Framework HttpHandlerRunner component

Introduction

In this tutorial we learn how to install php-laminas-httphandlerrunner on Fedora 36.

What is php-laminas-httphandlerrunner

This library provides utilities for * Emitting PSR-7 responses. * Running PSR-15 server request handlers, which involves marshaling a PSR-7 ServerRequestInterface, handling exceptions due to request creation, and emitting the response returned by the composed request handler. The RequestHandlerRunner will be used in the bootstrap of your application to fire off the RequestHandlerInterface representing your application. Documentation

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

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

sudo dnf -y install php-laminas-httphandlerrunner

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

sudo yum -y install php-laminas-httphandlerrunner

How To Uninstall php-laminas-httphandlerrunner on Fedora 36

To uninstall only the php-laminas-httphandlerrunner package we can use the following command:

sudo dnf remove php-laminas-httphandlerrunner

php-laminas-httphandlerrunner Package Contents on Fedora 36

/usr/share/doc/php-laminas-httphandlerrunner
/usr/share/doc/php-laminas-httphandlerrunner/CHANGELOG.md
/usr/share/doc/php-laminas-httphandlerrunner/COPYRIGHT.md
/usr/share/doc/php-laminas-httphandlerrunner/README.md
/usr/share/doc/php-laminas-httphandlerrunner/composer.json
/usr/share/licenses/php-laminas-httphandlerrunner
/usr/share/licenses/php-laminas-httphandlerrunner/LICENSE
/usr/share/php/Laminas/HttpHandlerRunner
/usr/share/php/Laminas/HttpHandlerRunner/ConfigProvider.php
/usr/share/php/Laminas/HttpHandlerRunner/Emitter
/usr/share/php/Laminas/HttpHandlerRunner/Emitter/EmitterInterface.php
/usr/share/php/Laminas/HttpHandlerRunner/Emitter/EmitterStack.php
/usr/share/php/Laminas/HttpHandlerRunner/Emitter/SapiEmitter.php
/usr/share/php/Laminas/HttpHandlerRunner/Emitter/SapiEmitterTrait.php
/usr/share/php/Laminas/HttpHandlerRunner/Emitter/SapiStreamEmitter.php
/usr/share/php/Laminas/HttpHandlerRunner/Exception
/usr/share/php/Laminas/HttpHandlerRunner/Exception/EmitterException.php
/usr/share/php/Laminas/HttpHandlerRunner/Exception/ExceptionInterface.php
/usr/share/php/Laminas/HttpHandlerRunner/Exception/InvalidEmitterException.php
/usr/share/php/Laminas/HttpHandlerRunner/RequestHandlerRunner.php
/usr/share/php/Laminas/HttpHandlerRunner/autoload.php
/usr/share/php/Zend/HttpHandlerRunner
/usr/share/php/Zend/HttpHandlerRunner/autoload.php

References

Summary

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