PHPackages                             glanes/symfony-usi-au - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. glanes/symfony-usi-au

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

glanes/symfony-usi-au
=====================

SOAP USI unique student number australia

012PHP

Since Sep 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/glanes/symfony-usi-au)[ Packagist](https://packagist.org/packages/glanes/symfony-usi-au)[ RSS](/packages/glanes-symfony-usi-au/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

symfony-usi-au
==============

[](#symfony-usi-au)

Installation
============

[](#installation)

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute:

```
composer update glanes/symfony-usi-au
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Glanes\UsiBundle\GlanesUsiBundle::class => ['all' => true],
];
```

### Step 3: keystore and environment.xml

[](#step-3-keystore-and-environmentxml)

Add your environment.xml and keystore-usi.xml in:

config/packages/usi/dev

config/packages/usi/prod

### Step 3: Controller Example

[](#step-3-controller-example)

```
class DefaultController extends AbstractController
{
	private $configurator;
	public function __construct(ConfigurationManager $configurator) {
		$this->configurator = $configurator;
	}

	#[Route(path: '/verify-usi', name: 'verify')]
	public function verifyUsi() {

		$configuration = $this->configurator->getConfiguration("dev");
		$organization = $configuration->getOrgKeyData($configuration->DefaultOrgCode);

		$usiClient = new UsiClient($configuration, $organization);
		$verifyUsi = $usiClient->verifyUSI("VA1803", "BNGH7C75FN", "Maryam", "Fredrick", "1997-09-16");
		dd($verifyUsi);
		return null;
    }
}
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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/2d802f5285c72dc19da5dbd0494ad11f3b6eff8a8da5154f275331f119b088e1?d=identicon)[glanes](/maintainers/glanes)

---

Top Contributors

[![glanes](https://avatars.githubusercontent.com/u/19988787?v=4)](https://github.com/glanes "glanes (13 commits)")

### Embed Badge

![Health badge](/badges/glanes-symfony-usi-au/health.svg)

```
[![Health](https://phpackages.com/badges/glanes-symfony-usi-au/health.svg)](https://phpackages.com/packages/glanes-symfony-usi-au)
```

###  Alternatives

[spatie/commonmark-highlighter

Highlight your markdown code blocks with league/commonmark

138400.5k19](/packages/spatie-commonmark-highlighter)

PHPackages © 2026

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