How To Install php-laminas-authentication on Fedora 36

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

Introduction

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

What is php-laminas-authentication

The Laminas\Authentication component provides an API for authentication and includes concrete authentication adapters for common use case scenarios. Documentation

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

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

sudo dnf -y install php-laminas-authentication

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

sudo yum -y install php-laminas-authentication

How To Uninstall php-laminas-authentication on Fedora 36

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

sudo dnf remove php-laminas-authentication

php-laminas-authentication Package Contents on Fedora 36

/usr/share/doc/php-laminas-authentication
/usr/share/doc/php-laminas-authentication/COPYRIGHT.md
/usr/share/doc/php-laminas-authentication/README.md
/usr/share/doc/php-laminas-authentication/composer.json
/usr/share/licenses/php-laminas-authentication
/usr/share/licenses/php-laminas-authentication/LICENSE
/usr/share/php/Laminas/Authentication
/usr/share/php/Laminas/Authentication/Adapter
/usr/share/php/Laminas/Authentication/Adapter/AbstractAdapter.php
/usr/share/php/Laminas/Authentication/Adapter/AdapterInterface.php
/usr/share/php/Laminas/Authentication/Adapter/Callback.php
/usr/share/php/Laminas/Authentication/Adapter/DbTable
/usr/share/php/Laminas/Authentication/Adapter/DbTable.php
/usr/share/php/Laminas/Authentication/Adapter/DbTable/AbstractAdapter.php
/usr/share/php/Laminas/Authentication/Adapter/DbTable/CallbackCheckAdapter.php
/usr/share/php/Laminas/Authentication/Adapter/DbTable/CredentialTreatmentAdapter.php
/usr/share/php/Laminas/Authentication/Adapter/DbTable/Exception
/usr/share/php/Laminas/Authentication/Adapter/DbTable/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Authentication/Adapter/DbTable/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Authentication/Adapter/DbTable/Exception/RuntimeException.php
/usr/share/php/Laminas/Authentication/Adapter/Digest.php
/usr/share/php/Laminas/Authentication/Adapter/Exception
/usr/share/php/Laminas/Authentication/Adapter/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Authentication/Adapter/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Authentication/Adapter/Exception/RuntimeException.php
/usr/share/php/Laminas/Authentication/Adapter/Exception/UnexpectedValueException.php
/usr/share/php/Laminas/Authentication/Adapter/Http
/usr/share/php/Laminas/Authentication/Adapter/Http.php
/usr/share/php/Laminas/Authentication/Adapter/Http/ApacheResolver.php
/usr/share/php/Laminas/Authentication/Adapter/Http/Exception
/usr/share/php/Laminas/Authentication/Adapter/Http/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Authentication/Adapter/Http/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Authentication/Adapter/Http/Exception/RuntimeException.php
/usr/share/php/Laminas/Authentication/Adapter/Http/FileResolver.php
/usr/share/php/Laminas/Authentication/Adapter/Http/ResolverInterface.php
/usr/share/php/Laminas/Authentication/Adapter/Ldap.php
/usr/share/php/Laminas/Authentication/Adapter/ValidatableAdapterInterface.php
/usr/share/php/Laminas/Authentication/AuthenticationService.php
/usr/share/php/Laminas/Authentication/AuthenticationServiceInterface.php
/usr/share/php/Laminas/Authentication/Exception
/usr/share/php/Laminas/Authentication/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Authentication/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Authentication/Exception/RuntimeException.php
/usr/share/php/Laminas/Authentication/Exception/UnexpectedValueException.php
/usr/share/php/Laminas/Authentication/Result.php
/usr/share/php/Laminas/Authentication/Storage
/usr/share/php/Laminas/Authentication/Storage/Chain.php
/usr/share/php/Laminas/Authentication/Storage/NonPersistent.php
/usr/share/php/Laminas/Authentication/Storage/Session.php
/usr/share/php/Laminas/Authentication/Storage/StorageInterface.php
/usr/share/php/Laminas/Authentication/Validator
/usr/share/php/Laminas/Authentication/Validator/Authentication.php
/usr/share/php/Laminas/Authentication/autoload.php
/usr/share/php/Zend/Authentication
/usr/share/php/Zend/Authentication/autoload.php

References

Summary

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