How To Install php-laminas-psr7bridge on Fedora 36

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

Introduction

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

What is php-laminas-psr7bridge

Code for converting PSR-7 messages to laminas-http messages, and vice versa. Documentation

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

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

sudo dnf -y install php-laminas-psr7bridge

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

sudo yum -y install php-laminas-psr7bridge

How To Uninstall php-laminas-psr7bridge on Fedora 36

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

sudo dnf remove php-laminas-psr7bridge

php-laminas-psr7bridge Package Contents on Fedora 36

/usr/share/doc/php-laminas-psr7bridge
/usr/share/doc/php-laminas-psr7bridge/COPYRIGHT.md
/usr/share/doc/php-laminas-psr7bridge/README.md
/usr/share/doc/php-laminas-psr7bridge/composer.json
/usr/share/licenses/php-laminas-psr7bridge
/usr/share/licenses/php-laminas-psr7bridge/LICENSE
/usr/share/php/Laminas/Psr7Bridge
/usr/share/php/Laminas/Psr7Bridge/Laminas
/usr/share/php/Laminas/Psr7Bridge/Laminas/Request.php
/usr/share/php/Laminas/Psr7Bridge/Psr7Response.php
/usr/share/php/Laminas/Psr7Bridge/Psr7ServerRequest.php
/usr/share/php/Laminas/Psr7Bridge/autoload.php
/usr/share/php/Zend/Psr7Bridge
/usr/share/php/Zend/Psr7Bridge/autoload.php

References

Summary

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