How To Install php-laminas-zendframework-bridge on Fedora 36

In this tutorial we learn how to install php-laminas-zendframework-bridge in Fedora 36. php-laminas-zendframework-bridge is Alias legacy ZF class names to Laminas Project equivalents

Introduction

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

What is php-laminas-zendframework-bridge

This library provides a custom autoloader that aliases legacy Zend Framework, Apigility, and Expressive classes to their replacements under the Laminas Project. Documentation

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

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

sudo dnf -y install php-laminas-zendframework-bridge

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

sudo yum -y install php-laminas-zendframework-bridge

How To Uninstall php-laminas-zendframework-bridge on Fedora 36

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

sudo dnf remove php-laminas-zendframework-bridge

php-laminas-zendframework-bridge Package Contents on Fedora 36

/usr/share/doc/php-laminas-zendframework-bridge
/usr/share/doc/php-laminas-zendframework-bridge/COPYRIGHT.md
/usr/share/doc/php-laminas-zendframework-bridge/README.md
/usr/share/doc/php-laminas-zendframework-bridge/composer.json
/usr/share/licenses/php-laminas-zendframework-bridge
/usr/share/licenses/php-laminas-zendframework-bridge/LICENSE
/usr/share/php/Laminas
/usr/share/php/Laminas/ZendFrameworkBridge
/usr/share/php/Laminas/ZendFrameworkBridge/Autoloader.php
/usr/share/php/Laminas/ZendFrameworkBridge/ConfigPostProcessor.php
/usr/share/php/Laminas/ZendFrameworkBridge/Module.php
/usr/share/php/Laminas/ZendFrameworkBridge/Replacements.php
/usr/share/php/Laminas/ZendFrameworkBridge/RewriteRules.php
/usr/share/php/Laminas/ZendFrameworkBridge/autoload.php
/usr/share/php/Laminas/ZendFrameworkBridge/config
/usr/share/php/Laminas/ZendFrameworkBridge/config/replacements.php
/usr/share/php/Laminas/autoload.php
/usr/share/php/Zend
/usr/share/php/Zend/autoload.php

References

Summary

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