reb3r / adldap2
A PHP LDAP Package for humans.
Requires
- php: >=7.0
- ext-json: *
- ext-ldap: *
- illuminate/collections: ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0
- illuminate/contracts: ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0
- psr/log: ^1.0|^2.0|^3.0
- psr/simple-cache: ^1.0|^2.0|^3.0
Requires (Dev)
- mockery/mockery: ^1.0
- symfony/phpunit-bridge: ^5.2|^6.0
Suggests
- ext-fileinfo: fileinfo is required when retrieving user encoded thumbnails
This package is auto-updated.
Last update: 2024-10-27 15:33:39 UTC
README
๐ Hey there! Looking for something even easier to use for LDAP integration in your PHP applications?
๐ Introducing LdapRecord ๐
LdapRecord is the successor to Adldap2 - and comes with a ton of new features.
Adldap2 will continue to be supported with bug fixes, but will not receive new features.
Adldap2
Adldap2 is a PHP package that provides LDAP authentication and directory management tools using the Active Record pattern.
Quickstart ยท Documentation
-
Up and running in minutes. Effortlessly connect to your LDAP servers and start running queries & operations in a matter of minutes.
-
Fluent query builder. Building LDAP queries has never been so easy. Find the records you're looking for in a couple lines or less with a fluent interface.
-
Supercharged Active Record. Create and modify LDAP records with ease. All LDAP records are individual models. Simply modify the attributes on the model and save it to persist the changes to your LDAP server.
Security Vulnerabilities
If you discover a security vulnerability within Adldap2, please send an e-mail to Steve Bauman via steven_bauman@outlook.com.
All security vulnerabilities will be promptly addressed.