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

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

pppcreative/reviews
===================

package create Reviews table, model, observer

00PHP

Since Apr 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/PPP-Peter/laravel_reviews)[ Packagist](https://packagist.org/packages/pppcreative/reviews)[ RSS](/packages/pppcreative-reviews/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

### Preview

[](#preview)

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

### Usage

[](#usage)

- register provider

```
Wame\Review\ReviewServiceProvider::class,
```

- vendor publish -- reviewServiceProvider

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

- 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

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity23

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/9062e791c74e74954b33b513e75aec5d975f231eabb1ba5e96e0136614527a03?d=identicon)[PPP-Peter](/maintainers/PPP-Peter)

---

Top Contributors

[![PPP-Peter](https://avatars.githubusercontent.com/u/93872517?v=4)](https://github.com/PPP-Peter "PPP-Peter (14 commits)")

### Embed Badge

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

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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