News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Checking coding standards with PHP_Codesniffer
March 30, 2009 @ 13:49:06

On his code-diesel blog Sameer has posted a tutorial that introduces you to the PHP_CodeSniffer library and some simple examples of it in action.

A coding standard basically tells developers in what style they must write their code. If programmers work in a team than a coding standard ensures that each will be able to read the others code without any effort. [...] A tool which scans your source code and checks it against a standard would be quite a help. PHP_CodeSniffer is one such tool.

The PHP_CodeSniffer package allows you to check code (to "sniff" it) and ensure that it matches against a certain format. The tool doesn't do any testing outside of that, though - no unit testing or functionality checking.

Sameer includes a guide to getting the tool installed and using it to get the source files in a certain directory. He also points to a tutorial for developing your own coding standards.

0 comments voice your opinion now!
phpcodesniffer package tutorial install coding standard


blog comments powered by Disqus

Similar Posts

Lorenzo Alberton's Blog: Navigation Through Paragraphs in an Article

SitePoint PHP Blog: How to Upload Large Files in PHP

Brian Swan's Blog: SQL Server Driver for PHP Connection Options: Transaction Isolation Levels

Alexander Netkachev's Blog: Jamp! Easy Java/Apache/PHP/MySQL install in one click

MaltBlue.com: Zend Form Mastery with Zend_Config - Part 2, Core Form Configuration


Community Events











Don't see your event here?
Let us know!


release series conference composer podcast development framework interview language code opinion testing unittest functional example zendframework2 introduction object community tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework