adldap2 / adldap2-laravel
LDAP Authentication & Management for Laravel.
Installs: 1 910 026
Dependents: 13
Suggesters: 1
Security: 0
Stars: 910
Watchers: 37
Forks: 177
Open Issues: 108
Type:project
Requires
- php: >=7.1
- adldap2/adldap2: ^10.1
- illuminate/support: ~5.5|~6.0|~7.0|~8.0|~9.0|^10.0
Requires (Dev)
- mockery/mockery: ~1.0
- orchestra/testbench: ~3.7|~4.0|^8.0
- phpunit/phpunit: ~7.0|~8.0|^9.5.10
- dev-master
- v6.1.7
- v6.1.6
- v6.1.5
- v6.1.4
- v6.1.3
- v6.1.2
- v6.1.1
- v6.1.0
- v6.0.9
- v6.0.8
- v6.0.7
- v6.0.6
- v6.0.5
- v6.0.4
- v6.0.3
- v6.0.2
- v6.0.1
- v6.0.0
- v5.1.3
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.x-dev
- v5.0.2
- v5.0.1
- v5.0.0
- v4.0.x-dev
- v4.0.10
- v4.0.9
- v4.0.8
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.0.x-dev
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.1.x-dev
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.x-dev
- v2.0.17
- v2.0.16
- v2.0.15
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.4.x-dev
- v1.4.8
- v1.4.7
- v1.4.6
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- 1.3.x-dev
- v1.3.9
- v1.3.8
- v1.3.7
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2023-08-24 20:32:26 UTC
README
⚠️ Project No Longer Maintained ⚠️
Consider migrating to its direct replacement LdapRecord-Laravel.
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()
.