PHPackages                             ktamas77/remotecs - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. ktamas77/remotecs

ActiveProject[Validation &amp; Sanitization](/categories/validation)

ktamas77/remotecs
=================

Remote Coding Standards Validation for PHP

1.0.0(9y ago)1101MITPHPPHP &gt;=5.3.0

Since May 29Pushed 9y agoCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

RemoteCS
========

[](#remotecs)

### Convenient Coding Standards Validation for GitHub

[](#convenient-coding-standards-validation-for-github)

RemoteCS is a remote Coding Standard Validator for Github repositories. Unlike regular CS Validators, it doesn't requires any changes on the client side (no IDE plugin required neither pre-commit-hook setup for GIT). No need to set up on every developer's machine, just in one central place.

Features:
---------

[](#features)

- `RemoteCS` is a `GitHub WebHook` - Activated after each commit
- Scans the newly added and the modified files after each commit (not the entire repository) on the committed branch
- Currently supports `PHP`: `PHP lint` for Syntax Checking and `PHPCS` for Coding Standards Validation
- Sends E-mail to the committer after commits about the results (if there is any result)

Future directions:
------------------

[](#future-directions)

- Scan for ignore list file in each repository (example: `/.remotecs-ignore`)
- Send coding standard validation messages as inline comments into the commit to GitHub
- Multiple language support (`Java`, `Ruby`, `Python`, etc)
- Give points to the developers based on their code cleaniness &amp; send weekly summary / toplist
- Web interface

Prerequisites
-------------

[](#prerequisites)

- `PHP`
- `GIT`
- `PHPCS` (PEAR/PHP\_CodeSniffer)
- A webserver with sufficient rights to run all of the above
- Credentials for `Amazon Simple Email Service` to receive E-mails

Quick Install
-------------

[](#quick-install)

- Copy the `remotecs` files to your webserver's directory or use composer to install:

```
composer require ktamas77/remotecs

```

- Add the script's HTTP URL to `Github -> Your Project -> Settings -> Service Hooks -> WebHook URLs`
- Make sure the path's are correct in the `Payload.class.php` file &amp; your webserver has sufficient rights
- Copy the `config.sample.php` into `config.php` and set up your `Amazon Simple Email Service` credentials to receive E-mails
- Press `Test Hook` or Commit &amp; Push files
- If in trouble, enable debugging by `$payload->debug(true);` in `index.php` and check the `debug.log` file in the log directory
- Enjoy! =)

### References:

[](#references)

- PHP CodeSniffer: [http://pear.php.net/package/PHP\_CodeSniffer/](http://pear.php.net/package/PHP_CodeSniffer/)

### Author

[](#author)

- Tamas Kalman

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3632d ago

### Community

Maintainers

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

---

Top Contributors

[![ktamas77](https://avatars.githubusercontent.com/u/1231708?v=4)](https://github.com/ktamas77 "ktamas77 (27 commits)")

---

Tags

phpcsvalidatorcoding-standards

### Embed Badge

![Health badge](/badges/ktamas77-remotecs/health.svg)

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

###  Alternatives

[respect/validation

The most awesome validation engine ever created for PHP

5.9k37.4M380](/packages/respect-validation)[seld/jsonlint

JSON Linter

1.3k217.8M206](/packages/seld-jsonlint)[composer/spdx-licenses

SPDX licenses list and validation library.

1.4k184.2M25](/packages/composer-spdx-licenses)[opis/json-schema

Json Schema Validator for PHP

64236.9M185](/packages/opis-json-schema)[intervention/validation

Additional validation rules for the Laravel framework

6826.7M8](/packages/intervention-validation)[laminas/laminas-validator

Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria

15544.9M187](/packages/laminas-laminas-validator)

PHPackages © 2026

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