PHPackages                             transave/scola-cbt - 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. transave/scola-cbt

ActiveLibrary

transave/scola-cbt
==================

A package for conducting computer based aptitude tests for applicants

2.3.2(1y ago)0253MITPHP

Since May 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/lubem5612/scola-cbt)[ Packagist](https://packagist.org/packages/transave/scola-cbt)[ Docs](https://github.com/transave/scola-cbt)[ RSS](/packages/transave-scola-cbt/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (36)Used By (0)

ScolaCbt
========

[](#scolacbt)

[![Latest Version on Packagist](https://camo.githubusercontent.com/72c21bffb788e915051ea1e5ff1450a75a176bb27d92c97501a7d3faf421e32c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7472616e736176652f73636f6c612d6362742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/transave/scola-cbt)[![Total Downloads](https://camo.githubusercontent.com/ec17030836942e5fc4390925f767ba0c5668aa8562c23718bdbdc294aba42104/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7472616e736176652f73636f6c612d6362742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/transave/scola-cbt)[![Build Status](https://camo.githubusercontent.com/11fa33c67d9e46f006ef421f904e4c11b0e871ba24971f19960a890bae6fd533/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7472616e736176652f73636f6c612d6362742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/transave/scola-cbt)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

Installation
------------

[](#installation)

Via Composer

```
$ composer require transave/scola-cbt
```

Usage
-----

[](#usage)

Follow these steps to use the `transave/scola-cbt` package

- publish the scola-cbt.php file to your config folder with this command

```
$ php artisan vendor:publish --tag=cbt-config

```

- edit `auth_model` in `config/scola-cbt.php` to your application's `User` model class like so

```
 'auth_model' => \App\Models\User::class,
```

- in your User model, add the package user helper class like so

```
  use Transave\ScolaCbt\Helpers\UserHelper;

  class User extends Authenticable
  {
       use HasApiTokens, HasFactory, Notifiable;
       use UserHelper;
  }

```

- you may also publish the package assets like so for the frontend to have access to them

```
 $ php artisan vendor:publish --tag=cbt-assets

```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Lubem Tser](https://github.com/transave)
- [All Contributors](../../contributors)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.6% 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 ~16 days

Total

33

Last Release

553d ago

Major Versions

1.2.4 → 2.0.02023-08-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/1471148e8fed7c15e6f84e207a8bf4d2d99554b3a71a8d56feb467bba7c6e2ce?d=identicon)[lubem5612](/maintainers/lubem5612)

---

Top Contributors

[![lubem5612](https://avatars.githubusercontent.com/u/44066096?v=4)](https://github.com/lubem5612 "lubem5612 (242 commits)")[![JonathanAudu](https://avatars.githubusercontent.com/u/59289200?v=4)](https://github.com/JonathanAudu "JonathanAudu (25 commits)")

---

Tags

laravelScolaCbt

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/transave-scola-cbt/health.svg)

```
[![Health](https://phpackages.com/badges/transave-scola-cbt/health.svg)](https://phpackages.com/packages/transave-scola-cbt)
```

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

116.6k](/packages/tomshaw-electricgrid)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)[tapp/filament-form-builder

User facing form builder using Filament components

131.2k1](/packages/tapp-filament-form-builder)[basillangevin/laravel-data-json-schemas

Transforms Spatie Data objects into JSON Schemas with built-in validation

1312.2k1](/packages/basillangevin-laravel-data-json-schemas)

PHPackages © 2026

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