tags:

views:

1909

answers:

6

Are there any PHP alternatives to Edgewall's Trac solution which works on Python, and not really portable?

Duplicate: Is there an equivalent to Trac written in PHP?

+3  A: 

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:

Bill Karwin
+1  A: 

Try: http://www.jotbug.org/jotbug/wiki/OverView

A: 

I'd try The Bug Genie

Christian Frøystad
+1  A: 

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.

lpfavreau
+2  A: 

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.

Deepak Sathya
don't worry, I'm always open :)
Shamil
+1  A: 

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

Manon
Please disclose your affiliation when recommending your own products/projects.
Bill the Lizard