PHPackages                             jrean/laravel-supercollege-browse - 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. jrean/laravel-supercollege-browse

ActiveLibrary[API Development](/categories/api)

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

SuperCollege Browse API wrapper for Laravel 5.\*

185PHP

Since Mar 9Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

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

[![Latest Stable Version](https://camo.githubusercontent.com/57dd98241b5d7694e510663975645d66b5ca0000636f55483cc158820a454059/68747470733a2f2f706f7365722e707567782e6f72672f6a7265616e2f6c61726176656c2d7375706572636f6c6c6567652d62726f7773652f762f737461626c65)](https://packagist.org/packages/jrean/laravel-supercollege-browse) [![Total Downloads](https://camo.githubusercontent.com/4a38ba0c42f27609ef2f39a394df0cd6aa43d742387c02fb753816cebfc402a7/68747470733a2f2f706f7365722e707567782e6f72672f6a7265616e2f6c61726176656c2d7375706572636f6c6c6567652d62726f7773652f646f776e6c6f616473)](https://packagist.org/packages/jrean/laravel-supercollege-browse) [![License](https://camo.githubusercontent.com/bc309dd478d27cab65bc1b8a45fd4a454704594d2f4906f32d0a1b43d5f9885f/68747470733a2f2f706f7365722e707567782e6f72672f6a7265616e2f6c61726176656c2d7375706572636f6c6c6567652d62726f7773652f6c6963656e7365)](https://packagist.org/packages/jrean/laravel-supercollege-browse)

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-browse": "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-browse:dev-master

```

### Add the Service Provider &amp; Facade/Alias

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

Once Larvel User Verification is installed, based on your Laravel version you will need to register the service provider in `config/app.php`. Make sure to add the following line **above** the `RouteServiceProvider`.

```
Jrean\SuperCollegeBrowse\SuperCollegeBrowseServiceProvider::class,
```

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

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

The last 2 directives are optional if you are using Laravel ~5.5, thanks to the auto-discovery option.

Publish the package config file by running the following command:

```
php artisan vendor:publish --provider="Jrean\SuperCollegeBrowse\SuperCollegeBrowseServiceProvider" --tag="config"

```

LICENSE
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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/d273f62b800c2e379e91909cd05059433096eca59b30027121ca347bd08492b2?d=identicon)[jrean](/maintainers/jrean)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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