adldap2/adldap2-laravel
LDAP Authentication & Management for Laravel.
Maintainers
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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
๐ 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4275696c745f666f722d4c61726176656c2d677265656e2e7376673f7374796c653d666c61742d737175617265
๐ 68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f41646c646170322f41646c646170322d4c61726176656c2e7376673f7374796c653d666c61742d737175617265
๐ 68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f41646c646170322f41646c646170322d6c61726176656c2f6d61737465722e7376673f7374796c653d666c61742d737175617265
๐ 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61646c646170322f61646c646170322d6c61726176656c2e7376673f7374796c653d666c61742d737175617265
๐ 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61646c646170322f61646c646170322d6c61726176656c2e7376673f7374796c653d666c61742d737175617265
๐ 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61646c646170322f61646c646170322d6c61726176656c2e7376673f7374796c653d666c61742d737175617265
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().
