PHPackages                             uisits/aits-api - 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. uisits/aits-api

ActiveLibrary[API Development](/categories/api)

uisits/aits-api
===============

v1.5(1mo ago)0175↓50%MITPHPPHP ^8.2|^8.3|^8.4CI passing

Since Oct 31Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/uisits/aits-api)[ Packagist](https://packagist.org/packages/uisits/aits-api)[ RSS](/packages/uisits-aits-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (14)Versions (26)Used By (0)

UIS ITS AITS API
================

[](#uis-its-aits-api)

This package is a collection of AITS api's. It provides and easy way to integrate and use AITS api endpoints in Laravel applications.

Installation
------------

[](#installation)

> Since this is a private package we cannot use `composer` to install the package from the repository.
>
> Instead, we need to rely on GitHub repository to fetch the package directly.

- Install the package by editing your `copmoser.json` file and add the repositories key to the file:

```
"repositories": [
  {
    "type": "vcs",
    "url": "git@github.com:uisits/aits-api.git"
  }
]
```

- Next run `composer require uisits/aits-api`

> To get the latest version of the application please visit  and check the latest release compatible with your application version.

- Publish the config file:

```
php artisan vendor:publish --tag=aits-api
```

- Lastly, configure the environment variables.

```
AITS_BASE_URL=https://webservices-test.admin.uillinois.edu/studentWS/data/edu.uis.its.apps/
AITS_PERSON_BASE_URL=https://webservices-test.admin.uillinois.edu/personWS/data/edu.uis.its.apps/

AITS_AZURE_PORTAL_KEY='xxxxxxxxxxx'
AITS_AZURE_BASE_URL=https://api.apps.uillinois.edu/
```

If you want to setup proxy server, add the details of proxy server to your `.env`

```
AITS_PROXY_HOST='xx.xx.xx.xx'
AITS_PROXY_PORT='xxxx'
AITS_PROXY_USERNAME='xxxxx'
AITS_PROXY_PASSWORD='xxxxxxxxxxxxxxx'
```

Please refer to [GitHub Wiki](https://github.com/uisits/aits-api/wiki) page for api documentation.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance81

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 98% 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 ~23 days

Recently: every ~54 days

Total

23

Last Release

56d ago

Major Versions

v0.0.4-rc → v1.0.02024-11-05

PHP version history (2 changes)v0.0.1-rcPHP ^8.2

v1.2.8PHP ^8.2|^8.3|^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/740bacd4c073191efba56c0256c7db4e2f3c1dac40f7ff44c1c904e7571860a0?d=identicon)[uisits](/maintainers/uisits)

---

Top Contributors

[![PrasadChinwal](https://avatars.githubusercontent.com/u/7385673?v=4)](https://github.com/PrasadChinwal "PrasadChinwal (49 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

TestsPest

Static AnalysisRector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/uisits-aits-api/health.svg)

```
[![Health](https://phpackages.com/badges/uisits-aits-api/health.svg)](https://phpackages.com/packages/uisits-aits-api)
```

###  Alternatives

[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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