Menu

Tree [r36] / trunk / PhpCheckstyle /
 History

HTTPS access


File Date Author Commit
 config 2011-07-01 tchule@hotmail.com [r33] Update deprecated functions
 html 2011-02-24 tchule@hotmail.com [r16] V0.9
 src 2011-07-29 tchule@hotmail.com [r36] Pb with next token at the end of a file
 test 2011-05-27 tchule@hotmail.com [r21] Protected function naming
 .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 2011-05-31 tchule@hotmail.com [r30] PHPCheckstyle 0.9.5
 build.xml 2011-01-25 tchule@hotmail.com [r14] Added ANT build script.
 phpcheckstyle.cmd 2011-03-11 tchule@hotmail.com [r18] PHPCheckstyle : Multiple output files
 phpcheckstyle.sh 2011-01-25 tchule@hotmail.com [r14] Added ANT build script.
 run.php 2011-05-27 tchule@hotmail.com [r20] Refactoring indentation rule (thanks to Charles...

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.