Reputation: 11615
Possible Duplicate:
Is there an equivalent to Trac written in PHP?
Are there any PHP alternatives to Edgewall's Trac solution which works on Python, and not really portable?
Upvotes: 5
Views: 12469
Reputation: 11
To complete what Deepak Sathya said about Codendi, I would add that Codendi includes a vry customized and powerful tracker system but also a lot of other tools useful for development and project : docman, wiki, Hudson interface, graph, gantt chart... See Codendi features : http://www.codendi.com/features.php
Upvotes: 1
Reputation: 43
Think this reply is too late, but have come across forks of old sourceforge which are pretty feature rich and stable. But have their own idiosyncrasies in installation or running. But these are very good tools to have a look at.
Gforge has a commercial angle to it and is one of the oldest.
Fusionforge recently forked out of Gforge
Codendi is developed by Xerox and is now open source. Think its one of the most feature rich ones (with some quirks in installation and certain design decisions)
PS: oops cant post more than 1 link as im new. One can just add .org tld to the names of other two tools.
EDIT: I missed one - Chaw. Its built on Cakephp and is fairly good. I have been procrastinating on some fixes to make it work in shared hosting.
Upvotes: 2
Reputation: 13211
InDefero is a Google Code clone in PHP.
It's not as mature as Trac or Redmine but there seems to be active development and a lot of functionalities already implemented and working.
Upvotes: 1
Reputation: 562438
There isn't really a single project that duplicates all features of Trac.
Here are a couple of PHP applications you could look at to see if they do what you need:
Upvotes: 4