jpasilan / ldap by jpasilan

LDAP package for Laravel 4
15
0
3
Package Data
Maintainer Username: jpasilan
Maintainer Contact: jpasilan@gmail.com (Josel Pasilan)
Package Create Date: 2013-11-16
Package Last Update: 2015-03-13
Language: PHP
License: MIT
Last Refreshed: 2024-11-19 03:04:47
Package Statistics
Total Downloads: 15
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

Laravel LDAP

LDAP package for Laravel 4. This package serves as a wrapper of common ldap functions in PHP.

Current Functions

  • Read LDAP entries using ldap_search() and ldap_get_entries() attributes.
  • Replace LDAP attributes using ldap_mod_replace().