sandritsch91 / adldap2
A PHP LDAP Package for humans.
Requires
- php: >=8.2
- ext-fileinfo: *
- ext-iconv: *
- ext-json: *
- ext-ldap: *
- ext-mbstring: *
- illuminate/collections: ^11.40.0
- illuminate/contracts: ^11.40.0
- psr/log: ^3.0
- psr/simple-cache: ^3.0
Requires (Dev)
- mockery/mockery: ^1.0
- phpunit/phpunit: ^11.5.3
- symfony/phpunit-bridge: ^v7.2.0
Replaces
- adldap2/adldap2: >=v10.5.0
This package is auto-updated.
Last update: 2025-01-27 11:17:30 UTC
README
This is a fork of the original Adldap2 package. The original package is no longer maintained and has been replaced by LdapRecord. This fork is intended to provide a temporary solution for those who are using the original Adldap2 package and don't want or can migrate to LdapRecord (yet).
I migrated the original Adldap2 package to PHP 8.2 with compatibility up to php 8.4. I also added strict typing to the codebase. If you encounter any issues, please open an issue on this repository or create a pull request.
Thanks to the author of Adldap2, Steven Bauman, for creating the original package.
⚠️ 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.