PHPackages                             rjvim/car - 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. rjvim/car

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

rjvim/car
=========

Add Comments, Actions, Reviews to your Laravel App

14.7k↓100%[5 PRs](https://github.com/rjvim/car/pulls)PHP

Since May 28Pushed 3y agoCompare

[ Source](https://github.com/rjvim/car)[ Packagist](https://packagist.org/packages/rjvim/car)[ RSS](/packages/rjvim-car/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

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

[](#installation)

You can install the package via composer:

```
composer require rjvim/car
```

The package will automatically register itself.

You can publish the migration with:

```
php artisan vendor:publish --provider="Betalectic\Car\CarServiceProvider" --tag="migrations"
```

```
php artisan migrate
```

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="Betalectic\Car\CarServiceProvider" --tag="config"
```

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

[](#documentation)

### comments:

[](#comments)

First Initialise the CarComments helper as . `$carComments = new CarComments()`

**add Comment:**def: `addComment($comment, $module, $user)` .
`$carComments->addComment($newComment, $module, $user)`

- ***$module and $user should be model instances.***

**update Comment:**def: `updateComment($data, $commentId)` .
`$carComments->updateComment($newComment, $commentId)`

**delete Comment:**def: `deleteComment($commentId)` .
`$carComments->deleteComment($commentId)`

**get Comments:**def: `getComments($module = NULL, $user = NULL)` .
`$carComments->getComments($module, $user)`

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 59.3% 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/7f65a131fc8615471e846ba92fa2926668a0098fb1ebdf322a4d02525b28dbcd?d=identicon)[rjvim](/maintainers/rjvim)

---

Top Contributors

[![ShubhamJoshi-1994](https://avatars.githubusercontent.com/u/36839151?v=4)](https://github.com/ShubhamJoshi-1994 "ShubhamJoshi-1994 (16 commits)")[![rjvim](https://avatars.githubusercontent.com/u/23579455?v=4)](https://github.com/rjvim "rjvim (6 commits)")[![saikiran00](https://avatars.githubusercontent.com/u/40558380?v=4)](https://github.com/saikiran00 "saikiran00 (3 commits)")[![praveen-betalectic](https://avatars.githubusercontent.com/u/102508587?v=4)](https://github.com/praveen-betalectic "praveen-betalectic (2 commits)")

### Embed Badge

![Health badge](/badges/rjvim-car/health.svg)

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

###  Alternatives

[bizley/contenttools

ContentTools editor implementation for Yii 2.

8016.7k](/packages/bizley-contenttools)

PHPackages © 2026

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