The Wayback Machine - https://web.archive.org/web/20200623131902/https://github.com/Adldap2/Adldap2-Laravel
Skip to content
LDAP Authentication & Management for Laravel
PHP
Branch: master
Clone or download

Latest commit

Latest commit c72a2e3 Jun 2, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Updated issue template. Mar 9, 2018
docs Added missing comment Mar 28, 2020
src Apply fixes from StyleCI Jun 2, 2020
tests Follow the code style checks Mar 14, 2020
.gitignore Add composer venodor and composer.lock to gitignore Mar 10, 2017
.scrutinizer.yml Added license and config files Aug 11, 2015
.styleci.yml Added Style CI config May 28, 2019
.travis.yml Try testing without manual enablement Feb 1, 2019
composer.json Laravel 7.0 compatibility Mar 8, 2020
license.md Casing Mar 18, 2016
phpunit.xml Fixed casing. Feb 1, 2019
readme.md Update readme.md May 12, 2020

readme.md

πŸ‘‹ Hey there! Looking for something even easier to use for LDAP integration in your Laravel applications?

πŸŽ‰ Introducing LdapRecord πŸŽ‰

LdapRecord is the successor to Adldap2 - and comes with a ton of new features.
Adldap2-Laravel will continue to be supported with bug fixes, but will not receive new features.

Read Why


Adldap2 - Laravel

Easy configuration, access, management and authentication to LDAP servers utilizing the core Adldap2 repository.

Quickstart Β· Documentation

  • Authenticate LDAP users into your application. Using the built-in authentication driver, easily allow LDAP users to log into your application and control which users can login via Scopes and Rules.

  • Easily Import & Synchronize LDAP users. Users can be imported into your database upon first login, or you can import your entire directory via a simple command: php artisan adldap:import.

  • Eloquent like Query Builder. Search for LDAP records with a fluent and easy to use interface you're used to. You'll feel right at home.

  • Active Record LDAP Models. LDAP records are returned as individual models. Easily create and update models then persist them to your LDAP server with a simple save().

You can’t perform that action at this time.