phpDocumentor call for help

By | | PHP

2

Josh Eichorn, is calling for help on phpDocumentor.

If you’re looking for a worthwhile project to invest some spare time on (and perhaps add to your CV), phpDocumentor is it. It’s pretty much become the standard API doc tool for PHP and is an asset to everyone working with PHP.

Think the big thing it needs is unit tests, which would do alot to reduce the effort required to maintain it. If you do sign up for the mailing lists, best to take a “self starting” approach – calls for help of this kind usually mean someone already got too much to do.

Written By:

Harry Fuecks

Harry has been working in corporate IT since 1994, with everything from start-ups to Fortune 100 companies. Outside of office hours he runs phpPatterns: a site dedicated to software design with PHP that aims to raise standards of PHP development. He also maintains Dynamically Typed: SitePoint's PHP blog.

 

{ 2 comments }

HarryF October 12, 2004 at 4:57 pm

doxygen is also good – eZ publish uses it I know – have played myself and was impressed. Can’t say why I don’t use it in fact. phpDocumentor is also good though. No contest ;)

phunkphorce October 12, 2004 at 3:51 pm

don’t mean to be a troll but what’s wrong with doxygen? It’s had support for php for long while now and most of the @xxx tags are the same (if not all) The quality of the generated pages is the the same or better, plus with doxygen your able to generate ps, rtf, windows help files and whatnot…

Comments on this entry are closed.