PHPackages                             appslabke/reviewable - 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. appslabke/reviewable

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

appslabke/reviewable
====================

This is package help you add reviews to any model and/or make any model a reviewer

v0.0.6(6y ago)082MITPHPPHP ^7.0CI failing

Since Oct 18Pushed 5y ago3 watchersCompare

[ Source](https://github.com/AppsLab-KE/reviewable)[ Packagist](https://packagist.org/packages/appslabke/reviewable)[ Docs](https://appslab.co.ke)[ RSS](/packages/appslabke-reviewable/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (6)Used By (0)

Laravel Reviews &amp; Reviews Monitor
=====================================

[](#laravel-reviews--reviews-monitor)

#### Installation

[](#installation)

$user = app('App\\User')-&gt;find(1);

```
    $hotel = app('App\Models\Hotel')->create([
        'name' => 'demo guy',
        'slogan' => 'this is it',
        'email' => 'marv@d'.time().'d.com',
        'phone_no' => '0704407117',
        'street' => 'langata',
        'photo' => '/dejje',
        'slug' => 'dmeo-dmeo',
        'user_id' => $user->id,
        'activated' => true
    ]);

    $result = $review->fill(array_merge([
        'title' => 'demo',
        'review' => 'demo fuck review demo guy this it demro marvin',
        'approved' => 1,
        'hotel_id' => 1,
        'rating' => 7,
    ],[
        'reviewer_id' => $user->id,
        'reviewer_type' => get_class($user)
    ]));

    $hotel->reviews()->save($result);

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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 ~39 days

Total

5

Last Release

2292d ago

PHP version history (3 changes)v0.0.1PHP ^7.1

v0.0.2PHP ^7.3

v0.0.4PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/f35754bfa456e30318a56ef5418b235940e365de3e0c58a85c8cd32f82244c84?d=identicon)[marvin\_hosea](/maintainers/marvin_hosea)

---

Top Contributors

[![marvinhosea](https://avatars.githubusercontent.com/u/7722584?v=4)](https://github.com/marvinhosea "marvinhosea (18 commits)")

---

Tags

reviewslaravel-reviewsappslab

### Embed Badge

![Health badge](/badges/appslabke-reviewable/health.svg)

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

###  Alternatives

[digikraaft/laravel-review-rating

Review &amp; Rating system for Laravel

6351.7k](/packages/digikraaft-laravel-review-rating)[ondrakoupil/heureka-recenze

Knihovna pro snadný import recenzí e-shopu a produktů z Heuréka.cz

1094.3k](/packages/ondrakoupil-heureka-recenze)[oveleon/contao-recommendation-bundle

Recommendation integration for Contao Open Source CMS

108.2k2](/packages/oveleon-contao-recommendation-bundle)[tipoff/reviews

Laravel Package for tracking Google reviews

131.0k](/packages/tipoff-reviews)

PHPackages © 2026

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