Menu

Tree [r255] / trunk /
 History

HTTPS access


File Date Author Commit
 checkstyle_result 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN
 config 2014-03-06 tchule@hotmail.com [r254] Issue 70: Strict comparators
 html 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN
 src 2014-03-21 tchule@hotmail.com [r255]
 test 2014-03-06 tchule@hotmail.com [r253] Issue 70: Strict comparators
 .models 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN
 .project 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN
 LICENSE.txt 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN
 README.txt 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN
 RELEASE_NOTES.txt 2014-03-06 tchule@hotmail.com [r253] Issue 70: Strict comparators
 build.xml 2013-12-05 tchule@hotmail.com [r244]
 checkstyle_resultncss.xml 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN
 composer.json 2013-12-02 tchule@hotmail.com [r233] Issue 67: Define the Licence
 index.php 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN
 phpcheckstyle.cmd 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN
 phpcheckstyle.sh 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN
 run.php 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN
 runFromWeb.php 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN

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.