Download the PHP package ktamas77/remotecs without Composer
On this page you can find all versions of the php package ktamas77/remotecs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ktamas77/remotecs
More information about ktamas77/remotecs
Files in ktamas77/remotecs
Download ktamas77/remotecs
More information about ktamas77/remotecs
Files in ktamas77/remotecs
Vendor ktamas77
Package remotecs
Short Description Remote Coding Standards Validation for PHP
License MIT
Homepage https://github.com/ktamas77/remotecs
Package remotecs
Short Description Remote Coding Standards Validation for PHP
License MIT
Homepage https://github.com/ktamas77/remotecs
Please rate this library. Is it a good library?
Informations about the package remotecs
RemoteCS
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:
- is a - 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 : for Syntax Checking and for Coding Standards Validation
- Sends E-mail to the committer after commits about the results (if there is any result)
Future directions:
- Scan for ignore list file in each repository (example: )
- Send coding standard validation messages as inline comments into the commit to GitHub
- Multiple language support (, , , etc)
- Give points to the developers based on their code cleaniness & send weekly summary / toplist
- Web interface
Prerequisites
- (PEAR/PHP_CodeSniffer)
- A webserver with sufficient rights to run all of the above
- Credentials for to receive E-mails
Quick Install
-
Copy the files to your webserver's directory or use composer to install:
- Add the script's HTTP URL to
- Make sure the path's are correct in the file & your webserver has sufficient rights
- Copy the into and set up your credentials to receive E-mails
- Press or Commit & Push files
- If in trouble, enable debugging by in and check the file in the log directory
- Enjoy! =)
References:
- PHP CodeSniffer: http://pear.php.net/package/PHP_CodeSniffer/
Author
- Tamas Kalman [email protected]
All versions of remotecs with dependencies
PHP Build Version
Package Version
The package ktamas77/remotecs contains the following files
Loading the files please wait ....