PHPackages                             uicosss/aits\_admissions\_decision\_processing - 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. [API Development](/categories/api)
4. /
5. uicosss/aits\_admissions\_decision\_processing

ActiveLibrary[API Development](/categories/api)

uicosss/aits\_admissions\_decision\_processing
==============================================

PHP library for using the AITS Admissions Decision Processing API.

v1.0.0(2mo ago)016↓92.3%MITPHPPHP ^8.2

Since Apr 15Pushed 2mo agoCompare

[ Source](https://github.com/uicosss/aits_admissions_decision_processing)[ Packagist](https://packagist.org/packages/uicosss/aits_admissions_decision_processing)[ RSS](/packages/uicosss-aits-admissions-decision-processing/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (4)Used By (0)

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

[](#university-of-illinois)

AITS - Admissions Decision Processing
-------------------------------------

[](#aits---admissions-decision-processing)

PHP library for using the AITS Admissions Decision Processing API. Contact AITS for additional implementation details.

Usage
-----

[](#usage)

To use the library, you need to:

### Composer

[](#composer)

```
composer require uicosss/aits_admissions_decision_processing
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
$admissionsDecision = new Uicosss\AITS\AdmissionsDecisionProcessing($apiUrl, $subscriptionKey);

```

### POST application decision

[](#post-application-decision)

Use the `create` method to send a decision to Banner with the following required parameters:

- `$studentId` (UIN)
- `$termCode`
- `$applicationNumber`
- `$decisionCode`
- `$bannerEnvironment` (optional, corresponds to a Banner environment)

This will return a `AdmissionsDecisionResponse` object containing the API response.

```
try {
    $admissionsDecision = new Uicosss\AITS\AdmissionsDecisionProcessing($apiUrl, $subscriptionKey);
    $admissionsDecisionResponse = $admissionsDecision->create($studentId, $termCode, $applNo, $decisionCode);

    if ($admissionsDecisionResponse->isSuccess()) {
        echo 'Success' . PHP_EOL;
    } else {
        echo 'Error' . PHP_EOL;
    }
} catch (GuzzleException|Exception $e) {
    print_r($e->getMessage());
}

```

Examples:
---------

[](#examples)

You can use the attached scripts in `examples/` file from the command line to test functionality.

`php create-test.php apiurl.com/without/trailing/slash YOUR_SUBSCRIPTION_KEY studentId termCode applNo apdcDate apdcCode`

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance85

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

78d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13371151?v=4)[dpazuic](/maintainers/dpazuic)[@dpazuic](https://github.com/dpazuic)

![](https://avatars.githubusercontent.com/u/127133062?v=4)[jjonesuic](/maintainers/jjonesuic)[@jjonesuic](https://github.com/jjonesuic)

![](https://avatars.githubusercontent.com/u/89788862?v=4)[sa-osss-web-1](/maintainers/sa-osss-web-1)[@sa-osss-web-1](https://github.com/sa-osss-web-1)

![](https://avatars.githubusercontent.com/u/69606214?v=4)[ereyes28](/maintainers/ereyes28)[@Ereyes28](https://github.com/Ereyes28)

---

Top Contributors

[![jjonesuic](https://avatars.githubusercontent.com/u/127133062?v=4)](https://github.com/jjonesuic "jjonesuic (14 commits)")

### Embed Badge

![Health badge](/badges/uicosss-aits-admissions-decision-processing/health.svg)

```
[![Health](https://phpackages.com/badges/uicosss-aits-admissions-decision-processing/health.svg)](https://phpackages.com/packages/uicosss-aits-admissions-decision-processing)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M986](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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