klongchu / 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|^11.0
- illuminate/contracts: ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.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 09:10:13 UTC
README
⚠️ Project No Longer Maintained ⚠️
Consider migrating to its direct replacement LdapRecord.
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.