CauseFX 9752c1abd8 update Adldap2/Adldap2 4 роки тому
..
.github 9d7d846345 Work on LDAP, Should work with AD, OpenLDAP, FreeIPA - Fix #1074 #1024 7 роки тому
docs 76e6f88326 Update adldap2/adldap2 to 10.3.0 5 роки тому
src 9752c1abd8 update Adldap2/Adldap2 4 роки тому
.gitattributes 9d7d846345 Work on LDAP, Should work with AD, OpenLDAP, FreeIPA - Fix #1074 #1024 7 роки тому
.gitignore b23df64840 Updated LDAP 6 роки тому
.scrutinizer.yml 9d7d846345 Work on LDAP, Should work with AD, OpenLDAP, FreeIPA - Fix #1074 #1024 7 роки тому
.styleci.yml b23df64840 Updated LDAP 6 роки тому
.travis.yml 4e3765a9a4 update adldap2 - slimpsr 5 роки тому
composer.json 4e3765a9a4 update adldap2 - slimpsr 5 роки тому
license.md 9d7d846345 Work on LDAP, Should work with AD, OpenLDAP, FreeIPA - Fix #1074 #1024 7 роки тому
phpunit.xml b23df64840 Updated LDAP 6 роки тому
readme.md 9752c1abd8 update Adldap2/Adldap2 4 роки тому

readme.md

:wave: 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.

Read Why


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.