PHPackages                             hearty5/truefalse - 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. hearty5/truefalse

ActiveLibrary

hearty5/truefalse
=================

A true false quiz for Laravel.

023PHP

Since Apr 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/hearty5/truefalse)[ Packagist](https://packagist.org/packages/hearty5/truefalse)[ RSS](/packages/hearty5-truefalse/feed)WikiDiscussions main Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

TrueFalse
=========

[](#truefalse)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a7b0e33f0e75acafe149c2402d9ee5e623b531179a468dfe5d93ca661885c174/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686561727479352f7472756566616c73652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hearty5/truefalse)[![Total Downloads](https://camo.githubusercontent.com/9c8e9d5b6ae63fd2a780fcc4593c01bd636df731c165c130bdd682b847881e6b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686561727479352f7472756566616c73652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hearty5/truefalse)[![Build Status](https://camo.githubusercontent.com/2463152de12c4b5b7bd76f383d598b16d78454e3975634ec615102f064a3d9c8/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f686561727479352f7472756566616c73652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/hearty5/truefalse)

[![Quiz Example](https://github.com/hearty5/truefalse/raw/main/src/example/example.png)](https://github.com/hearty5/truefalse/blob/main/src/example/example.png)

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

[](#installation)

Via Composer

```
$ composer require hearty5/truefalse
```

Publish
-------

[](#publish)

```
$ php artisan vendor:publish --tag=public --force
```

Usage
-----

[](#usage)

Run the following commands:

```
composer require laravel/ui
```

```
php artisan ui vue
```

```
npm install sweetalert --save
```

```
npm install && npm run dev
```

Make sure your database is configured correctly.

```
php artisan migrate
```

To load the quiz view add the following line in your routes/web.php file.

```
Route::get('/', function () {
    return view(‘quiz’);
});
```

You're all set! Fill in the questions and answers in the database!

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 author email instead of using the issue tracker.

Credits
-------

[](#credits)

- [author name](https://github.com/hearty5)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/68028764?v=4)[hearty5](/maintainers/hearty5)[@hearty5](https://github.com/hearty5)

---

Top Contributors

[![hearty5](https://avatars.githubusercontent.com/u/68028764?v=4)](https://github.com/hearty5 "hearty5 (34 commits)")

### Embed Badge

![Health badge](/badges/hearty5-truefalse/health.svg)

```
[![Health](https://phpackages.com/badges/hearty5-truefalse/health.svg)](https://phpackages.com/packages/hearty5-truefalse)
```

PHPackages © 2026

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