PHPackages                             yproximite/pr-review-watcher - 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. yproximite/pr-review-watcher

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

yproximite/pr-review-watcher
============================

An open source tool to help code reviewer's to focus on what's important by reminding the developper to check for obvious things first.

v1.3.0(10y ago)613[1 PRs](https://github.com/Yproximite/PRReviewWatcher/pulls)MITJavaScriptPHP &gt;=5.4.0

Since Jun 5Pushed 5y ago4 watchersCompare

[ Source](https://github.com/Yproximite/PRReviewWatcher)[ Packagist](https://packagist.org/packages/yproximite/pr-review-watcher)[ Docs](https://github.com/Yproximite/PRReviewWatcher)[ RSS](/packages/yproximite-pr-review-watcher/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (14)Versions (18)Used By (0)

PRReviewWatcher
===============

[](#prreviewwatcher)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6db840eb1257f91b93d83fc7063ba260fd6d120dcf70b06cfad0884ee013b904/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5970726f78696d6974652f5052526576696577576174636865722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Yproximite/PRReviewWatcher/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/9b72cdda180a66b2c7646d402422f3042eacc7c809a627d94e2ec949481177bb/68747470733a2f2f706f7365722e707567782e6f72672f7970726f78696d6974652f70722d7265766965772d776174636865722f762f737461626c65)](https://packagist.org/packages/yproximite/pr-review-watcher) [![Total Downloads](https://camo.githubusercontent.com/91c90eac74377c4d0a999be39dcc605654d922958f0accbc8b3c595e1519a76d/68747470733a2f2f706f7365722e707567782e6f72672f7970726f78696d6974652f70722d7265766965772d776174636865722f646f776e6c6f616473)](https://packagist.org/packages/yproximite/pr-review-watcher) [![Latest Unstable Version](https://camo.githubusercontent.com/02fa163af1bf150eb21faac0dcb5a8651c687e030aaee98b07c09254a2a38cc1/68747470733a2f2f706f7365722e707567782e6f72672f7970726f78696d6974652f70722d7265766965772d776174636865722f762f756e737461626c65)](https://packagist.org/packages/yproximite/pr-review-watcher) [![License](https://camo.githubusercontent.com/c27fb3d097cc6a0e520454702f0e53df92bf8fb4866ca222f7fd5474b3b83f34/68747470733a2f2f706f7365722e707567782e6f72672f7970726f78696d6974652f70722d7265766965772d776174636865722f6c6963656e7365)](https://packagist.org/packages/yproximite/pr-review-watcher)

1. [What the purpose of this project](#what-the-purpose-of-this-project-) ?
2. [Screenshots](#screenshots)
3. [How to install the project](#how-to-install-the-project)
4. [Configuration](#configuration)
5. [Security](#security)
6. [Credential](#credential)
7. [Project](#project)
8. [Vhost](#vhost)

### Native Github Support

[](#native-github-support)

A few month ago, Github released a new feature that supports pull request templates. You should checkout the [Documentation](https://help.github.com/articles/creating-a-pull-request-template-for-your-repository) and see if it suits your need.

### What the purpose of this project ?

[](#what-the-purpose-of-this-project-)

The PR Review Watcher will post a list of checks you've defined as a Pull Request comment when a new pull request is created

The project can **save you time** when it comes to pull request reviews:

- avoid common pitfall/mistakes a developer can make
- make sure the developper has reviewed his own code

The list of checks are fully customizable. No github credential's needed (just tokens, which are more secure).

### Screenshots

[](#screenshots)

[![Example webinterface](https://camo.githubusercontent.com/8ae7bf22cab094c28e764c640a83a957edb192960b2ec3534ff94403b45a2d35/687474703a2f2f692e696d6775722e636f6d2f7a736e755456302e706e67)](https://camo.githubusercontent.com/8ae7bf22cab094c28e764c640a83a957edb192960b2ec3534ff94403b45a2d35/687474703a2f2f692e696d6775722e636f6d2f7a736e755456302e706e67)

[![Example markdown editor](https://camo.githubusercontent.com/9a1a31ec6a249be693ff0ee837f5a80eb9c26ad8a0358e04cca39aba155234b2/687474703a2f2f692e696d6775722e636f6d2f5a796c426b534e2e706e67)](https://camo.githubusercontent.com/9a1a31ec6a249be693ff0ee837f5a80eb9c26ad8a0358e04cca39aba155234b2/687474703a2f2f692e696d6775722e636f6d2f5a796c426b534e2e706e67)

[![Example pull request comment](https://camo.githubusercontent.com/ac86cec8169e050be23dfdd32b13283c9a2d84992d273364a3d7757d1207f9ef/687474703a2f2f692e696d6775722e636f6d2f6d6352505243552e706e67)](https://camo.githubusercontent.com/ac86cec8169e050be23dfdd32b13283c9a2d84992d273364a3d7757d1207f9ef/687474703a2f2f692e696d6775722e636f6d2f6d6352505243552e706e67)

### How to install the project

[](#how-to-install-the-project)

Simply install the project via **composer**: `composer require yproximite/pr-review-watcher`

### Configuration

[](#configuration)

#### Security

[](#security)

Enter your desired login/sha1 password inside the file `config/config.yml` (`cp config/config.yml.example` to `config/config.yml` in order to access to the application.

You can generate your sha1 password at [sha1](http://www.sha1-online.com/).

#### Credential

[](#credential)

First of all, you'll need a **Github Token** in order to post comments.

Check out the [GitHub documentation](https://help.github.com/articles/creating-an-access-token-for-command-line-use/) to see how to create one.

#### Project

[](#project)

Then you add a project you want to hook into. Configure Github webhook by following this example :

- Inside your GitHub project, go to **settings** then to **webhooks &amp; services**.
- Enter the url of the application + `/api` Example : `https://[url_of_the_application]/api`, select `application/json` and choose only the event **Pull Request**.

You can configure when to post comment on new pull request:

- Post a checklist on a pull request **only if it's opened against `develop` branch**: enter "develop" in the field configured branches
- Post a checklist on a pull request opened **against all branches**: enter "all"

#### Vhost

[](#vhost)

nginx example:

```
server {
	listen	80;
	server_name your.domain.name;

	access_log	/var/log/nginx/pr_watcher.access.log;
	error_log	/var/log/nginx/pr_watcher.error.log;

	root path/of/project/web;
	index index.php;

	location ~ /\.ht {
		deny all;
	}

	location ~ \.php$ {
		fastcgi_index index.php;
   	 	fastcgi_split_path_info ^(.+\.php)(.*)$;
   		include fastcgi_params;
    	fastcgi_pass unix:/var/run/php5-fpm.sock;
   		fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
 	}

	location / {
        try_files $uri $uri/ /index.php?$query_string;
    }
}

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 56.1% 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 ~17 days

Total

5

Last Release

3912d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/ef2712905e1b2ba2e132f744ea640cd0b73d2ef025744044a45113d1fdfaf88c?d=identicon)[ClementYproximite](/maintainers/ClementYproximite)

---

Top Contributors

[![tristanbes](https://avatars.githubusercontent.com/u/346010?v=4)](https://github.com/tristanbes "tristanbes (37 commits)")[![CorentinDodon](https://avatars.githubusercontent.com/u/12495005?v=4)](https://github.com/CorentinDodon "CorentinDodon (29 commits)")

---

Tags

requestcodegithubreviewwatcherpull

### Embed Badge

![Health badge](/badges/yproximite-pr-review-watcher/health.svg)

```
[![Health](https://phpackages.com/badges/yproximite-pr-review-watcher/health.svg)](https://phpackages.com/packages/yproximite-pr-review-watcher)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)

PHPackages © 2026

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