PHPackages                             jrmiranda/votable - 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. [Caching](/categories/caching)
4. /
5. jrmiranda/votable

ActiveLaravel[Caching](/categories/caching)

jrmiranda/votable
=================

A simple vote system with caching.

0141PHP

Since Aug 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jrmiranda/votable)[ Packagist](https://packagist.org/packages/jrmiranda/votable)[ RSS](/packages/jrmiranda-votable/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5 Cached like/dislike System
====================================

[](#laravel-5-cached-likedislike-system)

This is a simple Laravel package for help the implementation of a simple vote system with caching.

Installing
----------

[](#installing)

Install via composer:

```
composer require jrmiranda/votable:dev-master

```

Add the following provider in your `config/app.php`:

```
JrMiranda\Votable\VotableServiceProvider::class,
```

Publish the config file `config/votable.php`:

```
php artisan vendor:publish --provider="JrMiranda\Votable\VotableServiceProvider"

```

Run the migrations:

```
php artisan migrate

```

Usage
-----

[](#usage)

References
----------

[](#references)

License
-------

[](#license)

MIT

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/134813147?v=4)[jrmiranda](/maintainers/jrmiranda)[@jrmiranda](https://github.com/jrmiranda)

---

Top Contributors

[![silvaan](https://avatars.githubusercontent.com/u/14045511?v=4)](https://github.com/silvaan "silvaan (14 commits)")

### Embed Badge

![Health badge](/badges/jrmiranda-votable/health.svg)

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

###  Alternatives

[beryllium/cachebundle

Provides an interface to Memcache for Symfony2 applications

32136.0k](/packages/beryllium-cachebundle)

PHPackages © 2026

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