Menu

Tree [r222] / trunk / PhpCheckstyle /
 History

HTTPS access


File Date Author Commit
 config 2013-08-12 tchule@hotmail.com [r222] Issue 52: Config for PHP frameworks
 html 2013-02-27 tchule@hotmail.com [r202] Add the logo to the report
 src 2013-08-12 tchule@hotmail.com [r222] Issue 52: Config for PHP frameworks
 test 2013-08-05 tchule@hotmail.com [r214] Issue 53: else/ elseif without curly braces
 .models 2011-02-24 tchule@hotmail.com [r16] V0.9
 .project 2013-08-05 tchule@hotmail.com [r214] Issue 53: else/ elseif without curly braces
 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-08-05 tchule@hotmail.com [r214] Issue 53: else/ elseif without curly braces
 build.xml 2013-08-05 tchule@hotmail.com [r214] Issue 53: else/ elseif without curly braces
 index.php 2013-05-13 tchule@hotmail.com [r212]
 phpcheckstyle.cmd 2013-08-05 tchule@hotmail.com [r214] Issue 53: else/ elseif without curly braces
 phpcheckstyle.sh 2013-04-09 tchule@hotmail.com [r205] No space expected after '=' when used in assign...
 run.php 2013-05-13 tchule@hotmail.com [r212]
 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.