PHPackages                             wamesk/laravel-reviews - 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. wamesk/laravel-reviews

ActiveLibrary

wamesk/laravel-reviews
======================

package create Reviews table, model, observer

0.3(2y ago)036MITPHP

Since Apr 20Pushed 2y ago2 watchersCompare

[ Source](https://github.com/wamesk/laravel-reviews)[ Packagist](https://packagist.org/packages/wamesk/laravel-reviews)[ RSS](/packages/wamesk-laravel-reviews/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

### Preview

[](#preview)

[![preview](img.png)](img.png)

### Usage

[](#usage)

(register provider only if not auto registred Wame\\Review\\ReviewServiceProvider::class, )

- vendor publish -- reviewServiceProvider

```
php artisan vendor:publish --provider="Wame\Review\ReviewServiceProvider"
```

- migrate

```
php artisan migrate,
```

- add EventServiceProvieder for observer nad listeners

```
   /**
     * The event to listener mappings for the application.
   */
 protected $listen = [
       ReviewCreatingEvent::class => [RunReviewCreatingListenerJob::class],
       ReviewUpdatingEvent::class => [RunReviewUpdatingListenerJob::class],
       ReviewUpdatedEvent::class => [RunReviewUpdatedListenerJob::class],
 ];
  /**
    * Register any events for your application.
   */
public function boot(): void
{
     Review::observe(ReviewObserver::class);
}
```

- add to Nova menu

```
  MenuItem::resource(Review::class),
```

- set types Models or edit label colors in `config/reviews.php `

```
    'types' => [
        User::class,
        Order::class,
    ],
   'status_use' => true,
```

- edit translates `resources/lang/sk/reviews.php `

```
  "waiting" => "čakajúci",
  "approved" => "schválený",
  "denied" => "zamietnutý",
  "finished" => "hotové",
  "edit" => "upraviť",
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90% 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 ~34 days

Recently: every ~43 days

Total

7

Last Release

916d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bf6ece61ae07942df38ce88eb4053d4176c6ab0bf803191953961023f25fc70?d=identicon)[WAME](/maintainers/WAME)

---

Top Contributors

[![PPP-Peter](https://avatars.githubusercontent.com/u/93872517?v=4)](https://github.com/PPP-Peter "PPP-Peter (27 commits)")[![wamesro](https://avatars.githubusercontent.com/u/5340873?v=4)](https://github.com/wamesro "wamesro (2 commits)")[![adrianzofcin](https://avatars.githubusercontent.com/u/75702986?v=4)](https://github.com/adrianzofcin "adrianzofcin (1 commits)")

### Embed Badge

![Health badge](/badges/wamesk-laravel-reviews/health.svg)

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

PHPackages © 2026

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