PHPackages                             akira/laravel-likeable - 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. [Database &amp; ORM](/categories/database)
4. /
5. akira/laravel-likeable

ActiveLibrary[Database &amp; ORM](/categories/database)

akira/laravel-likeable
======================

Laravel Likeable is a lightweight and flexible package that seamlessly adds like and unlike functionality to your Eloquent models.

0.3.0(4mo ago)4501[1 PRs](https://github.com/akira-io/laravel-likeable/pulls)MITPHPPHP ^8.4CI passing

Since May 3Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/akira-io/laravel-likeable)[ Packagist](https://packagist.org/packages/akira/laravel-likeable)[ Docs](https://github.com/akira-io/laravel-likeable)[ GitHub Sponsors](https://github.com/Akira)[ RSS](/packages/akira-laravel-likeable/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (4)Dependencies (17)Versions (6)Used By (0)

Laravel Likeable
================

[](#laravel-likeable)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e66be0db0361db04e85da66e82ced20c2e30dd76bfa14599b36728bbaa360401/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616b6972612f6c61726176656c2d6c696b6561626c652e737667)](https://packagist.org/packages/akira/laravel-likeable)[![Total Downloads](https://camo.githubusercontent.com/c0f9c5f2737ba2bb677608e408654bcf96b6c1a94f0bf2801cf1e7ccdaa149d8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616b6972612f6c61726176656c2d6c696b6561626c652e737667)](https://packagist.org/packages/akira/laravel-likeable)[![PHPStan Level](https://camo.githubusercontent.com/3eef5bfb737c3eb8f74ff340fd46dc7a1cc6a5af7e425296fcec68a1ad6f5ad9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068707374616e2d6c6576656c253230392d627269676874677265656e2e737667)](https://phpstan.org)[![License](https://camo.githubusercontent.com/2afcc1811c07881a840e1370c4f07fc15b79cc8d552a10efe9d45123277819b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616b6972612f6c61726176656c2d6c696b6561626c652e737667)](https://github.com/akira-io/laravel-likeable/blob/main/LICENSE)

**Laravel Likeable** is a lightweight and flexible package that seamlessly adds like and unlike functionality to your Eloquent models.

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

[](#installation)

You can install the package via composer:

```
composer require akira/laravel-likeable
```

You can publish and run the migrations with:

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

You can publish the config file with:

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

Documentation
-------------

[](#documentation)

You'll find installation instructions and full documentation on [Followable website](https://likeable.akira-io.com).

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)

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

License
-------

[](#license)

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

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance84

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.4% 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 ~63 days

Total

5

Last Release

120d ago

Major Versions

0.3.0 → 1.x-dev2026-01-10

### Community

Maintainers

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

---

Top Contributors

[![kidiatoliny](https://avatars.githubusercontent.com/u/48266788?v=4)](https://github.com/kidiatoliny "kidiatoliny (21 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravelakiralaravel-likeable

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/akira-laravel-likeable/health.svg)

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

###  Alternatives

[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[spatie/laravel-model-flags

Add flags to Eloquent models

4301.1M1](/packages/spatie-laravel-model-flags)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[spatie/laravel-sql-commenter

Add comments to SQL queries made by Laravel

1931.4M1](/packages/spatie-laravel-sql-commenter)[spatie/laravel-deleted-models

Automatically copy deleted records to a separate table

409109.8k4](/packages/spatie-laravel-deleted-models)[wnx/laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.

203330.1k2](/packages/wnx-laravel-backup-restore)

PHPackages © 2026

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