Menu

Tree [r207] / trunk / PhpCheckstyle /
 History

HTTPS access


File Date Author Commit
 config 2012-12-29 tchule@hotmail.com [r160] Issue 1: Refactoring of the code
 html 2013-02-27 tchule@hotmail.com [r202] Add the logo to the report
 src 2013-04-09 tchule@hotmail.com [r206] Null check
 test 2013-04-09 tchule@hotmail.com [r205] No space expected after '=' when used in assign...
 .models 2011-02-24 tchule@hotmail.com [r16] V0.9
 .project 2011-01-20 tchule@hotmail.com [r12]
 LICENSE.txt 2011-01-05 nimishp [r2] - Added PHPCheckstyle initial check-in
 README.txt 2011-03-10 tchule@hotmail.com [r17] Possibility to scan multiple source directories
 RELEASE_NOTES.txt 2013-04-09 tchule@hotmail.com [r205] No space expected after '=' when used in assign...
 build.xml 2013-02-23 tchule@hotmail.com [r182] Add a version number in run.php
 index.php 2013-02-23 tchule@hotmail.com [r182] Add a version number in run.php
 phpcheckstyle.cmd 2013-04-09 tchule@hotmail.com [r205] No space expected after '=' when used in assign...
 phpcheckstyle.sh 2013-04-09 tchule@hotmail.com [r205] No space expected after '=' when used in assign...
 run.php 2013-02-23 tchule@hotmail.com [r182] Add a version number in run.php
 runFromWeb.php 2012-12-29 tchule@hotmail.com [r160] Issue 1: Refactoring of the code

Read Me

                      PHPCheckstyle
                      =============

1. Overview
------------

  PHPCheckstyle is an open-source tool that helps PHP programmers 
  adhere to certain coding conventions. The tools checks the input PHP 
  source code and reports any deviations from the coding convention.

  The tool uses the PEAR Coding Standards as the default coding convention. 
  But it allows you to configure it to suit your coding standards.

  Please visit http://code.google.com/p/phpcheckstyle/ for
  more information and documentation


2. Requirements
----------------

  * PHP 5.0 or newer. 
  * Web browser to view the checkstyle report (only for html view)
  * That's all. 


3. Installation
----------------

  Just unzip the distribution.

    $> unzip PhpCheckstyle.zip

  This will create a directory called phpcheckstyle and expand all 
  files in it.


4. Usage
---------

    * Change directory to the PHPCheckstyle installation directory.

      $> cd phpcheckstyle

    * Execute the run.php script providing the --src option.

      $> php run.php --src <php source directory/file>

    * Use the --help option to see more options

      $> php run.php --help


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.