PHPackages                             bataboom/pollsbb - 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. bataboom/pollsbb

ActiveLibrary

bataboom/pollsbb
================

add polls to your laravel app

01PHP

Since Jun 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/BataBoom/PollsBB)[ Packagist](https://packagist.org/packages/bataboom/pollsbb)[ RSS](/packages/bataboom-pollsbb/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Gif](https://camo.githubusercontent.com/4e37b140d93cf5688a35d4ee39f204fac720cf14073a78bf4e624cee14394333/68747470733a2f2f692e696d6775722e636f6d2f433161444a42732e676966)](https://camo.githubusercontent.com/4e37b140d93cf5688a35d4ee39f204fac720cf14073a78bf4e624cee14394333/68747470733a2f2f692e696d6775722e636f6d2f433161444a42732e676966)

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

[](#installation)

You can install the package via composer:

```
composer require bataboom/pollsbb:dev-main
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="pollsbb-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="pollsbb-config"
```

This is the contents of the published config file:

```
return [
    'user_model' => App\Models\User::class,
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="pollsbb-views"
```

Usage
-----

[](#usage)

```

@php
$findPoll = \BataBoom\PollsBB\Models\Poll::all()->first();
@endphp

after create-poll is created it should auto redirect to view-poll but WIP, upgrading emit/etc from Livewire v2 to v3.
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [BataBoom](https://github.com/BataBoom)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

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://www.gravatar.com/avatar/f032146e8b59030d9bbd875346ee997f2421668687992d39397186b7c650972d?d=identicon)[BataBoom](/maintainers/BataBoom)

---

Top Contributors

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

---

Tags

laravellivewirepolls

### Embed Badge

![Health badge](/badges/bataboom-pollsbb/health.svg)

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

PHPackages © 2026

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