PHPackages                             leapfinder/laravel-questionnaire - 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. leapfinder/laravel-questionnaire

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

leapfinder/laravel-questionnaire
================================

A very simple questionnaire for a laravel 5.8+ website or application

v1.0.0(7y ago)42522MITPHPPHP ^7.1

Since Apr 10Pushed 7y agoCompare

[ Source](https://github.com/leapfinder/laravel-questionnaire)[ Packagist](https://packagist.org/packages/leapfinder/laravel-questionnaire)[ Docs](https://github.com/leapfinder/laravel-questionnaire)[ RSS](/packages/leapfinder-laravel-questionnaire/feed)WikiDiscussions master Synced 2d ago

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

Add questionnaires to your Laravel application
==============================================

[](#add-questionnaires-to-your-laravel-application)

- [Installation](#installation)
- [Usage](#usage)

This package allows you to add questionnaires for all users in your Laravel application

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

[](#installation)

This package can be used in Laravel 5.8 or higher.

```
composer require leapfinder/laravel-questionnaire
php artisan vendor:publish --provider='LeapFinder\Questionnaire\QuestionnaireServiceProvider'
```

Usage
-----

[](#usage)

The models supplied by this package can be used the same as any other model in a laravel application.

Samples:

```
use LeapFinder\Questionnaire\Models\Question;
use LeapFinder\Questionnaire\Models\Answer;

// Get all questions
Question::get();

// Get answers for a specific user
Answer::where('user_id', $id)->get();
```

Credits
-------

[](#credits)

- [Milo Cesar](https://github.com/milo526) - laravel-questionnaire is a package based off [laravel-survey](https://github.com/milo526/laravel-survey)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2637d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a0bd557441065df2de4f60ab4163e199e6f4c1601da75cb070c862ad77f9081?d=identicon)[tysonlist](/maintainers/tysonlist)

---

Top Contributors

[![tysonlist](https://avatars.githubusercontent.com/u/3150363?v=4)](https://github.com/tysonlist "tysonlist (5 commits)")

---

Tags

laravelsurveyquestionsquestionnaireanswersleapfinder

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/leapfinder-laravel-questionnaire/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[wearepixel/laravel-cart

A cart implementation for Laravel

1355.6k](/packages/wearepixel-laravel-cart)[frittenkeez/laravel-vouchers

Voucher system for Laravel 11+

5721.2k2](/packages/frittenkeez-laravel-vouchers)

PHPackages © 2026

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