PHPackages                             jrean/laravel-supercollege - 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. [Framework](/categories/framework)
4. /
5. jrean/laravel-supercollege

ActiveLibrary[Framework](/categories/framework)

jrean/laravel-supercollege
==========================

SuperCollege API wrapper for Laravel 5.\*

v1.0.2(8y ago)1215MITPHPPHP &gt;=5.6.4

Since Oct 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jrean/laravel-supercollege)[ Packagist](https://packagist.org/packages/jrean/laravel-supercollege)[ RSS](/packages/jrean-laravel-supercollege/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (7)Versions (5)Used By (0)

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

[![Latest Stable Version](https://camo.githubusercontent.com/2b092a68ad5a2f9f5a5fff555b807944cb25f282aee4932d4b1710fa251f2111/68747470733a2f2f706f7365722e707567782e6f72672f6a7265616e2f6c61726176656c2d7375706572636f6c6c6567652f762f737461626c65)](https://packagist.org/packages/jrean/laravel-supercollege) [![Total Downloads](https://camo.githubusercontent.com/c1c4d0e041ea67250439fa4e0af7180a76c215d25edba4be1a6e702b1f930005/68747470733a2f2f706f7365722e707567782e6f72672f6a7265616e2f6c61726176656c2d7375706572636f6c6c6567652f646f776e6c6f616473)](https://packagist.org/packages/jrean/laravel-supercollege) [![License](https://camo.githubusercontent.com/06216efe7c91b905aa46fa594465b1406e4ea2114d2ade3c57b279fbbb1f5576/68747470733a2f2f706f7365722e707567782e6f72672f6a7265616e2f6c61726176656c2d7375706572636f6c6c6567652f6c6963656e7365)](https://packagist.org/packages/jrean/laravel-supercollege)

ABOUT
-----

[](#about)

- Get scholarships by multiple criterias
- Get scholarships details

INSTALLATION
------------

[](#installation)

This project can be installed via [Composer](http://getcomposer.org). 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 &amp; Facade/Alias

[](#add-the-service-provider--facadealias)

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
-------

[](#license)

Laravel Supercollege is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~14 days

Total

4

Last Release

3097d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d273f62b800c2e379e91909cd05059433096eca59b30027121ca347bd08492b2?d=identicon)[jrean](/maintainers/jrean)

---

Top Contributors

[![jrean](https://avatars.githubusercontent.com/u/5646128?v=4)](https://github.com/jrean "jrean (11 commits)")

---

Tags

frameworklaravelSchoolStudentstudentssupercollegescholarshipsscholarshipschools

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/jrean-laravel-supercollege/health.svg)

```
[![Health](https://phpackages.com/badges/jrean-laravel-supercollege/health.svg)](https://phpackages.com/packages/jrean-laravel-supercollege)
```

###  Alternatives

[rebing/graphql-laravel

Laravel wrapper for PHP GraphQL

2.2k7.1M26](/packages/rebing-graphql-laravel)[graham-campbell/markdown

Markdown Is A CommonMark Wrapper For Laravel

1.3k7.1M64](/packages/graham-campbell-markdown)[graham-campbell/manager

Manager Provides Some Manager Functionality For Laravel

39221.1M134](/packages/graham-campbell-manager)[laravel-lang/publisher

Localization publisher for your Laravel application

2167.7M24](/packages/laravel-lang-publisher)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[lanin/laravel-api-debugger

Easily debug your JSON API.

2311.8M](/packages/lanin-laravel-api-debugger)

PHPackages © 2026

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