kategray / ldapuserbundle
This bundle adds support for read and write user management in LDAP for FOSUserBundle.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5
- friendsofsymfony/user-bundle: ~1.3|~2.0@dev
- psr/log: ~1.0
- symfony/config: 2.3 - 3
- symfony/dependency-injection: 2.3 - 3
- symfony/polyfill-php56: ^1.1
- symfony/security: 2.3 - 3
- symfony/security-bundle: 2.3 - 3
- zendframework/zend-ldap: 2.5 - 3
Requires (Dev)
- friendsofphp/php-cs-fixer: ~1.11
- phpunit/phpunit: ^4.6
This package is not auto-updated.
Last update: 2024-11-23 20:36:52 UTC
README
This bundle adds support for read and write user management in LDAP for FOSUserBundle.
Note: This bundle is not currently in a usable state. It is inspired by (and shares some design similarities with https://github.com/Maks3w/FR3DLdapBundle, which is recommended for read-only installations.
This bundle implements LDAP-based user management for Symfony applications. It requires FOSUserBundle and Twig.