PHPackages                             4geo35/user-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. 4geo35/user-reviews

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

4geo35/user-reviews
===================

Reviews model for page and connecting with models

v1.0.8(4mo ago)047MITPHP

Since Apr 4Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/4geo35/user-reviews)[ Packagist](https://packagist.org/packages/4geo35/user-reviews)[ RSS](/packages/4geo35-user-reviews/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (10)Versions (10)Used By (0)

### Установка

[](#установка)

Добавить `"./vendor/4geo35/user-reviews/src/resources/views/components/**/*.blade.php", "./vendor/4geo35/user-reviews/src/resources/views/admin/**/*.blade.php", "./vendor/4geo35/user-reviews/src/resources/views/livewire/admin/**/*.blade.php",` в `tailwind.admin.config.js`, созданный в пакете `tailwindcss-theme`.

Добавить `"./vendor/4geo35/user-reviews/src/resources/views/components/**/*.blade.php", "./vendor/4geo35/user-reviews/src/resources/views/web/**/*.blade.php", "./vendor/4geo35/user-reviews/src/resources/views/livewire/web/**/*.blade.php",` в `tailwind.config.js`, созданный в пакете `tailwindcss-theme`.

Запустить миграции для создания таблиц `php artisan migrate`

### Вывод

[](#вывод)

Есть страница с отзывами. Для изменения нужно переопределить шаблоны.

Что бы добавить отзывы к другой модели, нужно:

Дописать в конфигурацию описание модели:

```
"models" => [
   "examples" => [
       "title" => "Example", // Название кнопки в админке
       "searchBy" => "title", // По какому полю искать модель и выводить название
       "class" => \App\Models\Example::class, // Класс модели
   ],
],

```

Модель должна описывать интерфейс `ShouldReviewsInterface`, все есть в трейте `ShouldReviews`, кроме аттрибута `getAdminUrlAttribute`, он нужен для вывода ссылки на страницу модели в админке

На странице модели добавить два компонента:

```

@push("modals")

@endpush

```

Еще нужна кнопка для вызова формы, она должна тригерить событие:

```

    Оставить отзыв

```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance78

Regular maintenance activity

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Recently: every ~66 days

Total

9

Last Release

120d ago

### Community

Maintainers

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

---

Top Contributors

[![Aweram](https://avatars.githubusercontent.com/u/141733509?v=4)](https://github.com/Aweram "Aweram (32 commits)")

### Embed Badge

![Health badge](/badges/4geo35-user-reviews/health.svg)

```
[![Health](https://phpackages.com/badges/4geo35-user-reviews/health.svg)](https://phpackages.com/packages/4geo35-user-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)
