Registry / auth / symfony-ldap

symfony-ldap

JSON →
library8.0.4phppackagistunverified

Provides a LDAP client for PHP on top of PHP's ldap extension.

composer require symfony/ldap
INSTALL
IMPORT
SIG · SYMFONY-LDAP
S
symfony-ldap
authphpv8.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ldap
use Symfony\Component\Ldap\Ldap;

Connect and bind to an LDAP server.

use Symfony\Component\Ldap\Ldap; $ldap = Ldap::create('ext_ldap', ['connection_string' => 'ldap://example.com']); $ldap->bind('cn=admin,dc=example,dc=com', 'password');
Debug
Known issues
breakingRequires PHP ldap extension to be installed
fix
Install the php-ldap extension via your package manager.
affects: >=1.0.0
Upgrade
Version history
8.0.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
26
Resources
symfony-ldap — pip install symfony-ldap · libregistry