10 August 2007
PHPUnit as a Project Mess Detector - Sebastian Bergmann
by mbertier (via)Well. As of version 3.2, PHPUnit will not only be able to calculate and collect a variety of software metrics. It will also be able to report violations of rules that are based on these metrics in PMD's XML format. This information can then be fed to any tool that integrates with PMD.
05 August 2007
SimplePie: Super-fast, easy-to-use, RSS and Atom feed parsing in PHP.
by mbertier & 21 othersSimplePie is a very fast and easy-to-use class, written in PHP, that puts the ‘simple’ back into ‘really simple syndication’. Flexible enough to suit beginners and veterans alike, SimplePie is focused on speed, ease of use, compatibility and standards compliance.
30 June 2007
PEAR :: Package :: PHP_DocBlockGenerator
by mbertierCreates the file Page block and the DocBlocks for includes, global variables, functions, parameters, classes, constants, properties and methods.
Accepts parameters to set the category name, the package name, the author's name and email, the license, the package link, etc...
Attempts to guess variable and parameters types.
27 June 2007
HTML Purifier - Filter your HTML the standards-compliant way!
by mbertier & 18 othersHTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove all malicious code (better known as XSS) with a thoroughly audited, secure yet permissive whitelist, it will also make sure your documents are standards compliant, something only achievable with a comprehensive knowledge of W3C's specifications.
1
(4 marks)