News Feed
Jobs Feed
Sections




News Archive
Michelangelo van Dam's Blog:
Quality Assurance on PHP projects - PHP_CodeSniffer
July 18, 2011 @ 09:06:48

Michelangelo van Dam has posted the next part in his "QA in PHP development" series to his blog, a look at PHP_CodeSniffer, a tool that can be used to keep the coding standards of your application in line.

PHP_CodeSniffer is probably the most convenient tool out there to analyze your source code and to verify it complies to company policies. Although it's debatable why source code should follow strict guidelines, it's only a matter of time before you discover yourself that it pays off to have a code base that appears to be written by one developer.

He talks about how it works to keep every brace in the right place and format the same through out all of your files. He also mentions that its standards are flexible and can be modified as you might see fit. He looks at the installation process (both manual and through the PEAR installer) and how to use it to analyze your codebase. He's even included a short screencast in the post so you can see the results first-hand.

0 comments voice your opinion now!
quality assurance project code phpcodesniffer standards tutorial


blog comments powered by Disqus

Similar Posts

PHPMaster.com: The MVC Pattern and PHP, Part 2

Gonzalo Ayuso: Combining Zend Framework2 and Symfony2 components with Composer to build PHP projects

IBM developerWorks: A step-by-step guide to publishing your own PEAR channels

Mikko Koppanen's Blog: Pretty Thumbnails

PHPHacks.com: Shell Scripting with PHP CLI


Community Events











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


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

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