Menu

Tree [r311] / trunk /
 History

HTTPS access


File Date Author Commit
 checkstyle_result 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN
 config 2014-09-03 tchule@hotmail.com [r302] Merge with latest updates by James
 html 2014-09-02 tchule@hotmail.com [r293] Translations
 src 2014-09-03 tchule@hotmail.com [r308] #31 Reported line is sometimes incorrect
 test 2014-09-02 tchule@hotmail.com [r296] Tests
 vendor 2014-09-03 tchule@hotmail.com [r309] Moved a "require_once" into the fake autoloader.
 .gitignore 2014-08-19 tchule@hotmail.com [r269] PSR-0 Autoloading (thanks to James Brooks)
 .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-09-03 tchule@hotmail.com [r303] Merge with latest updates by James
 build.xml 2014-09-02 tchule@hotmail.com [r293] Translations
 composer.json 2014-08-19 tchule@hotmail.com [r269] PSR-0 Autoloading (thanks to James Brooks)
 index.php 2014-09-02 tchule@hotmail.com [r295] Translations
 phpcheckstyle.cmd 2014-09-02 tchule@hotmail.com [r298]
 phpcheckstyle.sh 2013-11-27 tchule@hotmail.com [r230] Réorganisation dans SVN
 run.php 2014-09-02 tchule@hotmail.com [r299]
 runFromWeb.php 2014-09-02 tchule@hotmail.com [r293] Translations

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.