Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP alternative to trac?

Tags:

php

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?

like image 313
bear Avatar asked Jun 22 '09 23:06

bear


3 Answers

I'd try The Bug Genie

like image 69
Christian Frøystad Avatar answered Oct 10 '22 06:10

Christian Frøystad


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:

  • http://www.dotproject.net/
  • http://www.mantisbt.org/
like image 4
Bill Karwin Avatar answered Oct 10 '22 05:10

Bill Karwin


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.

like image 2
Deepak Sathya Avatar answered Oct 10 '22 06:10

Deepak Sathya