PHPackages                             kikis/livewire-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. [Framework](/categories/framework)
4. /
5. kikis/livewire-quiz

ActiveLibrary[Framework](/categories/framework)

kikis/livewire-quiz
===================

Simple reusable Laravel + Livewire quiz package.

00PHP

Since Nov 24Pushed 5mo agoCompare

[ Source](https://github.com/Temian1/laravel-quizs)[ Packagist](https://packagist.org/packages/kikis/livewire-quiz)[ RSS](/packages/kikis-livewire-quiz/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Livewire Quiz Package
=====================

[](#livewire-quiz-package)

Simple reusable quiz module for Laravel 10/11 with Livewire 3.

Features
--------

[](#features)

- Admin Livewire CRUD for quizzes, questions and options.
- Frontend Livewire quiz list and take flow.
- Attempts + answers tracking.
- Trait for attaching attempts to your User model.
- Publishable config, views and migrations so you can fully customize blades.

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

[](#installation)

1. Add the package to `composer.json` (or local path):

```
"repositories": [
  {
    "type": "path",
    "url": "../livewire-quiz"
  }
]
```

```
composer require kikis/livewire-quiz:"*"
```

2. Publish assets:

```
php artisan vendor:publish --tag=livewire-quiz-config
php artisan vendor:publish --tag=livewire-quiz-views
php artisan vendor:publish --tag=livewire-quiz-migrations
php artisan migrate
```

3. Ensure Livewire 3 is installed and set up.
4. Add the trait to your `User` model if you want helpers:

```
use Acme\LivewireQuiz\Traits\HasQuizAttempts;

class User extends Authenticatable
{
    use HasQuizAttempts;
}
```

5. Routes:

- Frontend list: `/quiz`
- Take quiz: `/quiz/{quiz}`
- Admin manager: `/quiz/admin` (web + auth middleware by default)

Customizing
-----------

[](#customizing)

- Change route prefix or middleware in `config/livewire-quiz.php`.
- Edit published blades in `resources/views/vendor/livewire-quiz`.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance51

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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/d5332b731e1d74292dd2514693df159822027cdea967e29ce79206d3e5d97d17?d=identicon)[Kikismedia](/maintainers/Kikismedia)

---

Top Contributors

[![Temian1](https://avatars.githubusercontent.com/u/39234980?v=4)](https://github.com/Temian1 "Temian1 (5 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (1 commits)")

### Embed Badge

![Health badge](/badges/kikis-livewire-quiz/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M528](/packages/laravel-passport)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)

PHPackages © 2026

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