PHPackages                             dpazuic/uic\_ldap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. dpazuic/uic\_ldap

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dpazuic/uic\_ldap
=================

Wrapper for contacting UIC LDAP

0158PHP

Since Feb 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/uicosss/uic_ldap)[ Packagist](https://packagist.org/packages/dpazuic/uic_ldap)[ RSS](/packages/dpazuic-uic-ldap/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

uic\_ldap
=========

[](#uic_ldap)

PHP Library for using UIC LDAP

Usage
-----

[](#usage)

To use the library, you need to:

- Include library in your program

```
include_once('src/uic_ldap.php');

```

- or use composer `composer require dpazuic\uic_ldap`

```
include_once('vendor/autoload.php');

```

- Instantiate an object of class `dpazuic\uic_ldap` and specify the LDAP attribute you want to query by

```
// (uid|ou|displayname|givenname|sn|mail|title|
facsimiletelephonenumber|telephonenumber|postaladdress) allowed
$ldap = new \dpazuic\uic_ldap("uid");

```

- Use one of the public search methods on the object

### By Single attribute

[](#by-single-attribute)

```
include_once('vendor/autoload.php');
$ldap = new \dpazuic\uic_ldap("uid");
$ldap->search("dpaz");

```

### By Multiple attributes

[](#by-multiple-attributes)

```
include_once('vendor/autoload.php');
$ldap = new \dpazuic\uic_ldap("ou");
$ldap->search(array("Student Systems Services*", "Academic and Enrollm*"));

```

Examples:
---------

[](#examples)

You can use the attached `examples/cli.php` file from the command line to test functionality. `php cli.php uid dpaz`. Be sure to run `composer dpazuic\uic_ldap` before attempting attemping to run `cli.php`.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b0db56be644f70265d7f503db52651bcd6b67af1b5b9596ff47789929c74b658?d=identicon)[dpazuic](/maintainers/dpazuic)

![](https://www.gravatar.com/avatar/c074c8b798ec22846cc089336620b0959c4145b2d8fef07028610e5fc74102c0?d=identicon)[sa-osss-web-1](/maintainers/sa-osss-web-1)

---

Top Contributors

[![thedanpaz](https://avatars.githubusercontent.com/u/25891292?v=4)](https://github.com/thedanpaz "thedanpaz (2 commits)")

### Embed Badge

![Health badge](/badges/dpazuic-uic-ldap/health.svg)

```
[![Health](https://phpackages.com/badges/dpazuic-uic-ldap/health.svg)](https://phpackages.com/packages/dpazuic-uic-ldap)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
