How To Install php-symfony3-ldap on Fedora 36

In this tutorial we learn how to install php-symfony3-ldap in Fedora 36. php-symfony3-ldap is An abstraction in front of PHP’s LDAP functions (version 3)

Introduction

In this tutorial we learn how to install php-symfony3-ldap on Fedora 36.

What is php-symfony3-ldap

An abstraction in front of PHP’s LDAP functions (version 3). Autoloader

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

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

sudo dnf -y install php-symfony3-ldap

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

sudo yum -y install php-symfony3-ldap

How To Uninstall php-symfony3-ldap on Fedora 36

To uninstall only the php-symfony3-ldap package we can use the following command:

sudo dnf remove php-symfony3-ldap

php-symfony3-ldap Package Contents on Fedora 36

/usr/share/doc/php-symfony3-ldap
/usr/share/doc/php-symfony3-ldap/CHANGELOG.md
/usr/share/doc/php-symfony3-ldap/README.md
/usr/share/doc/php-symfony3-ldap/composer.json
/usr/share/licenses/php-symfony3-ldap
/usr/share/licenses/php-symfony3-ldap/LICENSE
/usr/share/php/Symfony3/Component/Ldap
/usr/share/php/Symfony3/Component/Ldap/Adapter
/usr/share/php/Symfony3/Component/Ldap/Adapter/AbstractConnection.php
/usr/share/php/Symfony3/Component/Ldap/Adapter/AbstractQuery.php
/usr/share/php/Symfony3/Component/Ldap/Adapter/AdapterInterface.php
/usr/share/php/Symfony3/Component/Ldap/Adapter/CollectionInterface.php
/usr/share/php/Symfony3/Component/Ldap/Adapter/ConnectionInterface.php
/usr/share/php/Symfony3/Component/Ldap/Adapter/EntryManagerInterface.php
/usr/share/php/Symfony3/Component/Ldap/Adapter/ExtLdap
/usr/share/php/Symfony3/Component/Ldap/Adapter/ExtLdap/Adapter.php
/usr/share/php/Symfony3/Component/Ldap/Adapter/ExtLdap/Collection.php
/usr/share/php/Symfony3/Component/Ldap/Adapter/ExtLdap/Connection.php
/usr/share/php/Symfony3/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php
/usr/share/php/Symfony3/Component/Ldap/Adapter/ExtLdap/EntryManager.php
/usr/share/php/Symfony3/Component/Ldap/Adapter/ExtLdap/Query.php
/usr/share/php/Symfony3/Component/Ldap/Adapter/QueryInterface.php
/usr/share/php/Symfony3/Component/Ldap/Adapter/RenameEntryInterface.php
/usr/share/php/Symfony3/Component/Ldap/Entry.php
/usr/share/php/Symfony3/Component/Ldap/Exception
/usr/share/php/Symfony3/Component/Ldap/Exception/ConnectionException.php
/usr/share/php/Symfony3/Component/Ldap/Exception/DriverNotFoundException.php
/usr/share/php/Symfony3/Component/Ldap/Exception/ExceptionInterface.php
/usr/share/php/Symfony3/Component/Ldap/Exception/LdapException.php
/usr/share/php/Symfony3/Component/Ldap/Exception/NotBoundException.php
/usr/share/php/Symfony3/Component/Ldap/Ldap.php
/usr/share/php/Symfony3/Component/Ldap/LdapClient.php
/usr/share/php/Symfony3/Component/Ldap/LdapClientInterface.php
/usr/share/php/Symfony3/Component/Ldap/LdapInterface.php
/usr/share/php/Symfony3/Component/Ldap/autoload.php

References

Summary

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