PHPackages                             leobeal/laravel-quiz - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. leobeal/laravel-quiz

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

leobeal/laravel-quiz
====================

A simple Laravel Quiz package

1.0.3(7y ago)121812MITPHPPHP ^7.1.3

Since May 14Pushed 7y ago3 watchersCompare

[ Source](https://github.com/leobeal/laravel-quiz)[ Packagist](https://packagist.org/packages/leobeal/laravel-quiz)[ Docs](https://github.com/leobeal/laravelquiz)[ RSS](/packages/leobeal-laravel-quiz/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (6)Used By (0)

LaravelQuiz
===========

[](#laravelquiz)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c3132c312848b01ad3760985d29979092f802c032b76ff129f19a220681689dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c656f6265616c2f6c61726176656c2d7175697a2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/leobeal/laravel-quiz)[![Total Downloads](https://camo.githubusercontent.com/70a07ff36b14e2db5c9660b946a43211f673a2d6b9bc52f7ad72ce725d25fbb9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c656f6265616c2f6c61726176656c2d7175697a2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/leobeal/laravel-quiz)[![Build Status](https://camo.githubusercontent.com/ff23c3030923a46044fbed9a3ff5bcbfe15564941ff684223ad2d27af8d1a1fb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c656f6265616c2f6c61726176656c2d7175697a2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/leobeal/laravel-quiz)[![StyleCI](https://camo.githubusercontent.com/aeffa308ae05193f5a2cb9965b2b1ff85046b65046e039c6afbc3c139dad98a6/68747470733a2f2f7374796c6563692e696f2f7265706f732f3133333431313836392f736869656c64)](https://styleci.io/repos/133411869)

LaravelQuiz is a simple Questions package.

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

[](#installation)

Via Composer

Instalation
-----------

[](#instalation)

```
composer require leobeal/laravel-quiz
```

You can publish the config with:

```
php artisan vendor:publish --provider="Leobeal\LaravelQuiz\QuizServiceProvider"
```

Change `config/quiz.php` according to your needs.

- The migrations won't be published and will be executed from the vendor folder.

After changing the config, run the migrations

```
php artisan migrate
```

Add the Quizzable Trait to your model

> ```
> use Illuminate\Database\Eloquent\Model;
> use Leobeal\LaravelQuiz\Model\Quizzable;
>
> class Course extends Model
> {
>    use Quizzable;
>
>    // ...
> }
> ```

License
-------

[](#license)

This package is open-sourced software licensed under the MIT license.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

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 ~3 days

Total

4

Last Release

2911d ago

### Community

Maintainers

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

---

Top Contributors

[![leobeal](https://avatars.githubusercontent.com/u/12049134?v=4)](https://github.com/leobeal "leobeal (15 commits)")

---

Tags

laravelquizquestions and answersLaravelQuiz

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/leobeal-laravel-quiz/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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