An open API service indexing awesome lists of open source software.

https://github.com/shalvah/unnportal-php

Build apps for UNN students with the best authentication possible
https://github.com/shalvah/unnportal-php

nigeria-student-portal php university unn

Last synced: about 1 month ago
JSON representation

Build apps for UNN students with the best authentication possible

Awesome Lists containing this project

README

        

UNN logo

unnportal-php



PHP library for the UNN API


Latest Stable Version Total Downloads License

Authenticate and get details about your application's users through their unnportal details. With this, you can restrict your app's audience to the right people.

## Usage:
```
first_name from the department of $student->department!";
} catch (PortalException $e) {
echo $e->getMessage();
}
```

The `authenticate` method returns an instance of `\UnnPortal\Student` if successful, or throws a `PortalException` if not.

For a list of available student details, see the documentation at https://github.com/shalvah/unn-api

## Installation:
Run `composer install shalvah/unnportal-api`.

## Contribution
Wanna help improve this package? Thanks! All you need to do:
- Fork the project
- Clone your fork to your local machine
- Make your changes
- Commit your changes and push
- Open a pull request
I'll attend to all PRs as soon as I can!

## If you like this...
Please star and share! Thanks!