How To Install php-laminas-config3 on Fedora 36

In this tutorial we learn how to install php-laminas-config3 in Fedora 36. php-laminas-config3 is Laminas Framework Config component v3

Introduction

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

What is php-laminas-config3

Laminas\Config is designed to simplify access to configuration data within applications. It provides a nested object property-based user interface for accessing this configuration data within application code. The configuration data may come from a variety of media supporting hierarchical data storage. Documentation

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

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

sudo dnf -y install php-laminas-config3

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

sudo yum -y install php-laminas-config3

How To Uninstall php-laminas-config3 on Fedora 36

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

sudo dnf remove php-laminas-config3

php-laminas-config3 Package Contents on Fedora 36

/usr/share/doc/php-laminas-config3
/usr/share/doc/php-laminas-config3/COPYRIGHT.md
/usr/share/doc/php-laminas-config3/README.md
/usr/share/doc/php-laminas-config3/composer.json
/usr/share/licenses/php-laminas-config3
/usr/share/licenses/php-laminas-config3/LICENSE
/usr/share/php/Laminas/Config3
/usr/share/php/Laminas/Config3/AbstractConfigFactory.php
/usr/share/php/Laminas/Config3/Config.php
/usr/share/php/Laminas/Config3/Exception
/usr/share/php/Laminas/Config3/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Config3/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Config3/Exception/PluginNotFoundException.php
/usr/share/php/Laminas/Config3/Exception/RuntimeException.php
/usr/share/php/Laminas/Config3/Exception/UnprocessableConfigException.php
/usr/share/php/Laminas/Config3/Factory.php
/usr/share/php/Laminas/Config3/Processor
/usr/share/php/Laminas/Config3/Processor/Constant.php
/usr/share/php/Laminas/Config3/Processor/Filter.php
/usr/share/php/Laminas/Config3/Processor/ProcessorInterface.php
/usr/share/php/Laminas/Config3/Processor/Queue.php
/usr/share/php/Laminas/Config3/Processor/Token.php
/usr/share/php/Laminas/Config3/Processor/Translator.php
/usr/share/php/Laminas/Config3/Reader
/usr/share/php/Laminas/Config3/Reader/Ini.php
/usr/share/php/Laminas/Config3/Reader/JavaProperties.php
/usr/share/php/Laminas/Config3/Reader/Json.php
/usr/share/php/Laminas/Config3/Reader/ReaderInterface.php
/usr/share/php/Laminas/Config3/Reader/Xml.php
/usr/share/php/Laminas/Config3/Reader/Yaml.php
/usr/share/php/Laminas/Config3/ReaderPluginManager.php
/usr/share/php/Laminas/Config3/StandaloneReaderPluginManager.php
/usr/share/php/Laminas/Config3/StandaloneWriterPluginManager.php
/usr/share/php/Laminas/Config3/Writer
/usr/share/php/Laminas/Config3/Writer/AbstractWriter.php
/usr/share/php/Laminas/Config3/Writer/Ini.php
/usr/share/php/Laminas/Config3/Writer/JavaProperties.php
/usr/share/php/Laminas/Config3/Writer/Json.php
/usr/share/php/Laminas/Config3/Writer/PhpArray.php
/usr/share/php/Laminas/Config3/Writer/WriterInterface.php
/usr/share/php/Laminas/Config3/Writer/Xml.php
/usr/share/php/Laminas/Config3/Writer/Yaml.php
/usr/share/php/Laminas/Config3/WriterPluginManager.php
/usr/share/php/Laminas/Config3/autoload.php

References

Summary

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