How To Install php-laminas-soap on Fedora 36

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

Introduction

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

What is php-laminas-soap

Laminas\Soap is a component to manage the SOAP protocol in order to design client or server PHP application. Documentation

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

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

sudo dnf -y install php-laminas-soap

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

sudo yum -y install php-laminas-soap

How To Uninstall php-laminas-soap on Fedora 36

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

sudo dnf remove php-laminas-soap

php-laminas-soap Package Contents on Fedora 36

/usr/share/doc/php-laminas-soap
/usr/share/doc/php-laminas-soap/COPYRIGHT.md
/usr/share/doc/php-laminas-soap/README.md
/usr/share/doc/php-laminas-soap/composer.json
/usr/share/licenses/php-laminas-soap
/usr/share/licenses/php-laminas-soap/LICENSE
/usr/share/php/Laminas/Soap
/usr/share/php/Laminas/Soap/AutoDiscover
/usr/share/php/Laminas/Soap/AutoDiscover.php
/usr/share/php/Laminas/Soap/AutoDiscover/DiscoveryStrategy
/usr/share/php/Laminas/Soap/AutoDiscover/DiscoveryStrategy/DiscoveryStrategyInterface.php
/usr/share/php/Laminas/Soap/AutoDiscover/DiscoveryStrategy/ReflectionDiscovery.php
/usr/share/php/Laminas/Soap/Client
/usr/share/php/Laminas/Soap/Client.php
/usr/share/php/Laminas/Soap/Client/Common.php
/usr/share/php/Laminas/Soap/Client/DotNet.php
/usr/share/php/Laminas/Soap/Client/Local.php
/usr/share/php/Laminas/Soap/Exception
/usr/share/php/Laminas/Soap/Exception/BadMethodCallException.php
/usr/share/php/Laminas/Soap/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Soap/Exception/ExtensionNotLoadedException.php
/usr/share/php/Laminas/Soap/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Soap/Exception/RuntimeException.php
/usr/share/php/Laminas/Soap/Exception/UnexpectedValueException.php
/usr/share/php/Laminas/Soap/Server
/usr/share/php/Laminas/Soap/Server.php
/usr/share/php/Laminas/Soap/Server/DocumentLiteralWrapper.php
/usr/share/php/Laminas/Soap/Wsdl
/usr/share/php/Laminas/Soap/Wsdl.php
/usr/share/php/Laminas/Soap/Wsdl/ComplexTypeStrategy
/usr/share/php/Laminas/Soap/Wsdl/ComplexTypeStrategy/AbstractComplexTypeStrategy.php
/usr/share/php/Laminas/Soap/Wsdl/ComplexTypeStrategy/AnyType.php
/usr/share/php/Laminas/Soap/Wsdl/ComplexTypeStrategy/ArrayOfTypeComplex.php
/usr/share/php/Laminas/Soap/Wsdl/ComplexTypeStrategy/ArrayOfTypeSequence.php
/usr/share/php/Laminas/Soap/Wsdl/ComplexTypeStrategy/ComplexTypeStrategyInterface.php
/usr/share/php/Laminas/Soap/Wsdl/ComplexTypeStrategy/Composite.php
/usr/share/php/Laminas/Soap/Wsdl/ComplexTypeStrategy/DefaultComplexType.php
/usr/share/php/Laminas/Soap/Wsdl/DocumentationStrategy
/usr/share/php/Laminas/Soap/Wsdl/DocumentationStrategy/DocumentationStrategyInterface.php
/usr/share/php/Laminas/Soap/Wsdl/DocumentationStrategy/ReflectionDocumentation.php
/usr/share/php/Laminas/Soap/autoload.php
/usr/share/php/Zend/Soap
/usr/share/php/Zend/Soap/autoload.php

References

Summary

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