PHPackages                             uicosss/aits\_person\_lookup\_confidential - 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. uicosss/aits\_person\_lookup\_confidential

ActiveLibrary

uicosss/aits\_person\_lookup\_confidential
==========================================

PHP Wrapper API for the AITS Person Lookup Confidential API

v2.0.0(1y ago)0222MITPHPPHP &gt;=7.2.34

Since May 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/uicosss/aits_person_lookup_confidential)[ Packagist](https://packagist.org/packages/uicosss/aits_person_lookup_confidential)[ RSS](/packages/uicosss-aits-person-lookup-confidential/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (17)Used By (0)

University of Illinois
======================

[](#university-of-illinois)

AITS - Person Lookup Confidential
---------------------------------

[](#aits---person-lookup-confidential)

PHP library for using the AITS Person Lookup Confidential API. Contact AITS for additional implementation details.

Usage
-----

[](#usage)

To use the library, you need to:

### Include library in your program

[](#include-library-in-your-program)

`require_once 'AitsPersonLookupConfidential.php';`

### or use composer

[](#or-use-composer)

```
composer require uicosss/aits_person_lookup_confidential
require_once 'vendor/autoload.php';

```

### Instantiate an object of the class

[](#instantiate-an-object-of-the-class)

```
$apiUrl = 'apiurl.com/without/trailing/slash'; // Contact AITS for this
$subscriptionKey = 'YOUR_SUBSCRIPTION_KEY'; // Contact AITS for this
$personApi = new uicosss\AitsPersonLookupConfidential($apiUrl, $subscriptionKey);

```

### Getting Results from an API call

[](#getting-results-from-an-api-call)

The default response will be JSON, but you can also request the raw data which will be an object of StdClass. Contact AITS for additional details on API schema.

```
$lookupKey = 'sparky'; // NetID or UIN
$personApi->findPerson($lookupKey); // Conduct the person lookup
echo $personApi->getResponse(true); // See raw JSON response
$json = $personApi->getResponse(); // Get decoded JSON array

```

Examples:
---------

[](#examples)

You can use the attached `examples/cli-test.php` file from the command line to test functionality.

`php cli-test.php apiurl.com/without/trailing/slash YOUR_SUBSCRIPTION_KEY lookupkey`

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance42

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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.

###  Release Activity

Cadence

Every ~47 days

Recently: every ~148 days

Total

14

Last Release

480d ago

Major Versions

v0.9.0 → v1.0.02023-06-01

v1.2.0 → v2.0.02025-01-17

PHP version history (2 changes)v0.0.2PHP ^7.2.34

v1.1.0PHP &gt;=7.2.34

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/79e893fc35425da0d33ee9a5216937ebfe40870750e4e5b84982c3e3fcbd7893?d=identicon)[jjonesuic](/maintainers/jjonesuic)

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

![](https://www.gravatar.com/avatar/4dc30b9f49197aa31b451a52cba32de14e99eb53ba41d780d0d1acbc61523dd4?d=identicon)[ereyes28](/maintainers/ereyes28)

---

Top Contributors

[![jjonesuic](https://avatars.githubusercontent.com/u/127133062?v=4)](https://github.com/jjonesuic "jjonesuic (18 commits)")[![hualiu6](https://avatars.githubusercontent.com/u/68019989?v=4)](https://github.com/hualiu6 "hualiu6 (3 commits)")[![thedanpaz](https://avatars.githubusercontent.com/u/25891292?v=4)](https://github.com/thedanpaz "thedanpaz (1 commits)")

### Embed Badge

![Health badge](/badges/uicosss-aits-person-lookup-confidential/health.svg)

```
[![Health](https://phpackages.com/badges/uicosss-aits-person-lookup-confidential/health.svg)](https://phpackages.com/packages/uicosss-aits-person-lookup-confidential)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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