jrean/laravel-supercollege

SuperCollege API wrapper for Laravel 5.*

Maintainers

👁 jrean

Package info

github.com/jrean/laravel-supercollege

pkg:composer/jrean/laravel-supercollege

Statistics

Installs: 215

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.2 2017-11-18 10:08 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT a8c3c90560a8f9e56a8d7e19a7813bd65a598d10

  • Jean Ragouin <go.woop@askjong.com>

frameworklaravelStudentSchoolstudentssupercollegescholarshipsscholarshipschools

This package is auto-updated.

Last update: 2026-06-14 03:02:37 UTC


README

jrean/laravel-supercollege is a PHP package built for Laravel 5.* to easily interact with the SuperCollege API.

👁 Latest Stable Version
👁 Total Downloads
👁 License

ABOUT

  • Get scholarships by multiple criterias
  • Get scholarships details

INSTALLATION

This project can be installed via Composer. To get the latest version of Laravel User Verification, add the following line to the require block of your composer.json file:

{
 "require": {
 "jrean/laravel-supercollege": "dev-master"
 }

}

You'll then need to run composer install or composer update to download the package and have the autoloader updated.

Or run the following command:

composer require jrean/laravel-supercollege:dev-master

Add the Service Provider & Facade/Alias

Once Larvel User Verification is installed, you need to register the service provider in config/app.php. Make sure to add the following line above the RouteServiceProvider.

Jrean\SuperCollege\SuperCollegeServiceProvider::class,

You may add the following aliases to your config/app.php:

'SuperCollege' => Jrean\SuperCollege\Facades\SuperCollege::class,

Publish the package config file by running the following command:

php artisan vendor:publish --provider="Jrean\SuperCollege\SuperCollegeServiceProvider" --tag="config"

LICENSE

Laravel Supercollege is licensed under The MIT License (MIT).