BugKick is an open source bug tracking and task management application (source is hosted on GitHub) that is “light” in means of features (which i sometimes nice).

It is built with PHP-MySQL and allows teams to define projects, add tasks to them (which can be tagged with anything like “bug” or “feature request”) and assign to teammates.

BugKick

Discussions under each task is possible, status updates about each of them are delivered via e-mail and closed ones are not deleted but kept.

There is an API for integrating it into our own apps and a JavaScript snippet + a contact form helps users to submit bugs too.

Requirements: PHP, MySQL
Download: https://github.com/aaronmusopen/bugkick
0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

20 − 20 =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

Pico – Flat-File CMS

Pico is an open source CMS application that is capable of very few things. It uses flat-files as the database and built with PHP. Simply, there is no setup and the app works instantly.

Genghis – A Single File MongoDB Admin

In order to manage MongoDB databases easily, Genghis, a single-file, self-hosted and web-based solution is pretty handy. It can be installed either as a Ruby gem or as a standalone PHP script.

Fast, Effective PHP Compression With .htaccess

PHP compression is an excellent method of conserving bandwidth and reducing client download times. We have already discussed an excellent method for CSS compression, and in this article we share a super-easy technique for compressing all PHP content without editing a single file.