PHPackages                             cleaniquecoders/laravel-review - 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. cleaniquecoders/laravel-review

AbandonedArchivedLibrary

cleaniquecoders/laravel-review
==============================

Request for Review with Laravel Review

321PHP

Since Sep 6Pushed 7y agoCompare

[ Source](https://github.com/cleaniquecoders/laravel-review)[ Packagist](https://packagist.org/packages/cleaniquecoders/laravel-review)[ RSS](/packages/cleaniquecoders-laravel-review/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/6a713e95e7e3a40d964206054572d46f37535056e2b94d49093c848723638a64/68747470733a2f2f7472617669732d63692e6f72672f636c65616e69717565636f646572732f6c61726176656c2d7265766965772e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/cleaniquecoders/laravel-review) [![Latest Stable Version](https://camo.githubusercontent.com/acbe35757a3791f3bbd0aa4a658460ec302eb470e45580778870d7b274f0407f/68747470733a2f2f706f7365722e707567782e6f72672f636c65616e69717565636f646572732f6c61726176656c2d7265766965772f762f737461626c65)](https://packagist.org/packages/cleaniquecoders/laravel-review) [![Total Downloads](https://camo.githubusercontent.com/fb094b42e38f4da45755c87b7210aa6dc946fb79fc1f58200d9006817f7bb837/68747470733a2f2f706f7365722e707567782e6f72672f636c65616e69717565636f646572732f6c61726176656c2d7265766965772f646f776e6c6f616473)](https://packagist.org/packages/cleaniquecoders/laravel-review) [![License](https://camo.githubusercontent.com/a1bc88d48f26fe75ddb676895928c05372483b56ead4f0fb2cce5651d58dfe59/68747470733a2f2f706f7365722e707567782e6f72672f636c65616e69717565636f646572732f6c61726176656c2d7265766965772f6c6963656e7365)](https://packagist.org/packages/cleaniquecoders/laravel-review)

About Your Package
------------------

[](#about-your-package)

We always want to review something in order to get approval to proceed.

This package enabled developers to write their own logic to handle:

1. Request for review
2. Have multiple review approval / rejection
3. Enable developers to design the workflow of the review
    - on approved review from reviewer A, proceed review to B and C
    - on rejected review from reviewer A, return back to requestor
4. Enabled audit trail
5. Each review will have stage number - review #1, #2, #3, etc.
6. Enable optional review
7. Default Policy
    - Owner can update
        - If review is not locked
        - If review is not send yet for review
    - Reviewer can update
        - If current review status under review mode
        - If current logged in user is the reviewer of the review

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

[](#installation)

1. In order to install `cleaniquecoders/laravel-review` in your Laravel project, just run the *composer require* command from your terminal:

```
$ composer require cleaniquecoders/laravel-review

```

2. Then in your `config/app.php` add the following to the providers array:

```
CleaniqueCoders\LaravelReview\LaravelReviewServiceProvider::class,
```

3. In the same `config/app.php` add the following to the aliases array:

```
'LaravelReview' => CleaniqueCoders\LaravelReview\LaravelReviewFacade::class,
```

Usage
-----

[](#usage)

Test
----

[](#test)

To run the test, type `vendor/bin/phpunit` in your terminal.

To have codes coverage, please ensure to install PHP XDebug then run the following command:

```
$ vendor/bin/phpunit -v --coverage-text --colors=never --stderr

```

Contributing
------------

[](#contributing)

Thank you for considering contributing to the `cleaniquecoders/laravel-review`!

### Bug Reports

[](#bug-reports)

To encourage active collaboration, it is strongly encourages pull requests, not just bug reports. "Bug reports" may also be sent in the form of a pull request containing a failing test.

However, if you file a bug report, your issue should contain a title and a clear description of the issue. You should also include as much relevant information as possible and a code sample that demonstrates the issue. The goal of a bug report is to make it easy for yourself - and others - to replicate the bug and develop a fix.

Remember, bug reports are created in the hope that others with the same problem will be able to collaborate with you on solving it. Do not expect that the bug report will automatically see any activity or that others will jump to fix it. Creating a bug report serves to help yourself and others start on the path of fixing the problem.

Coding Style
------------

[](#coding-style)

`cleaniquecoders/laravel-review` follows the PSR-2 coding standard and the PSR-4 autoloading standard.

You may use PHP CS Fixer in order to keep things standardised. PHP CS Fixer configuration can be found in `.php_cs`.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b57069d0f4b634f65eccc6e5d5848990e25968d45ec2cf46d626c6a4658f944b?d=identicon)[nasrulhazim.m](/maintainers/nasrulhazim.m)

---

Top Contributors

[![nasrulhazim](https://avatars.githubusercontent.com/u/10341422?v=4)](https://github.com/nasrulhazim "nasrulhazim (16 commits)")

### Embed Badge

![Health badge](/badges/cleaniquecoders-laravel-review/health.svg)

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

PHPackages © 2026

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