PHPackages                             am2studio/laravel-qandidate - 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. am2studio/laravel-qandidate

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

am2studio/laravel-qandidate
===========================

Service provider for qandidate

1.0.1(10y ago)11.2kMITPHPPHP &gt;=5.3.0

Since Jan 22Pushed 10y ago3 watchersCompare

[ Source](https://github.com/AM2studio/Laravel-Qandidate)[ Packagist](https://packagist.org/packages/am2studio/laravel-qandidate)[ Docs](https://github.com/AM2Studio/laravel-qandidate)[ RSS](/packages/am2studio-laravel-qandidate/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Qandidate Laravel
=================

[](#qandidate-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d7c9e44db71d599d880f86d13a7ec8b160d38c3b7b3a70ea3ad9b1676cda45f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616d3273747564696f2f6c61726176656c2d71616e6469646174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/am2studio/laravel-qandidate)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/8371f6c19d1b98375397b07f08df71778871f486758f1a971f0ef7618762dd98/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616d3273747564696f2f6c61726176656c2d71616e6469646174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/am2studio/laravel-qandidate)

This is a service provider for [Qandidate](https://github.com/qandidate-labs/qandidate-toggle) package

Install
-------

[](#install)

Via Composer

```
$ composer require am2studio/laravel-qandidate
```

Register service provider in your `app.php`

```
'AM2Studio\LaravelQandidate\LaravelQandidateServiceProvider',
```

Register the facade in your `app.php`

```
'Qandidate' => 'AM2Studio\LaravelQandidate\QandidateFacade',
```

Publish migration file and run migration

```
php artisan vendor:publish --provider="AM2Studio\LaravelQandidate\LaravelQandidateServiceProvider" --tag="migrations"
php artisan migrate
```

This package already has a simple CRUD for qandidate and can be accessed through /qandidate/toggle. If you wish to change the prefix or even create your own routes you can publish config file

```
php artisan vendor:publish --provider="AM2Studio\LaravelQandidate\LaravelQandidateServiceProvider" --tag="config"
```

and disable default routes through defaultRoutes variable or change default prefix through routePrefix variable. If you decide to use defult routes but want to add middleware you can do so through middlewares variable.

If you don't like default templates, publish views and make changes accordingly.

```
php artisan vendor:publish --provider="AM2Studio\LaravelQandidate\LaravelQandidateServiceProvider" --tag="views"
```

Usage
-----

[](#usage)

```
Qandidate::active($featureName, $attributes);
```

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

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Credits
-------

[](#credits)

- [Marko Šamec](https://github.com/msamec)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Every ~12 days

Total

2

Last Release

3751d ago

### Community

Maintainers

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

---

Top Contributors

[![msamec](https://avatars.githubusercontent.com/u/4154034?v=4)](https://github.com/msamec "msamec (6 commits)")

---

Tags

AM2Studioqandidate

### Embed Badge

![Health badge](/badges/am2studio-laravel-qandidate/health.svg)

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

###  Alternatives

[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[caouecs/sirtrevorjs

Sir Trevor JS in Laravel project

5421.6k](/packages/caouecs-sirtrevorjs)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)[rinvex/laravel-menus

Rinvex Menus is a simple menu builder package for Laravel, that supports hierarchical structure, ordering, and styling with full flexibility using presenters for easy styling and custom structure of menu rendering.

294.0k20](/packages/rinvex-laravel-menus)[efficiently/jquery-laravel

This package provides jQuery and the jQuery-ujs driver for your Laravel &gt;= 6 application.

1311.0k1](/packages/efficiently-jquery-laravel)

PHPackages © 2026

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