Small issue tracker like github issues in php [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
For my next project I want to have small issue tracker like this on github (in php and mysql/sqlite), do I need to write it from scratch or is there something like this already (open source)?

If you want work without code you can try one of these:
http://vermis.hellworx.com/ (Open source)
http://www.mantisbt.org/

There is MantisBT which uses PHP and MySQL but it's not exactly small.
Which functionality do you need?

Related

PHP framework for note taking tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any PHP framework that can be used to build online notes taking tool. like Spring pad. So, that i can install in local server and access it.
Your requirement is to make a Online Notes Taking Tool.
This could be done in any Framework.
Look at CakePHP, CodeIgniter or any frameworks.
You need to be very specific as to what are you looking at.
Moreover, there is nothing specific that only one Framework could achieve.

Document Management System with PHP & MySQL [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to find an application documents management system web-based. with PHP and MySQL.
I've tried alfresco, but it's based on java.
I want to find a document management application system using PHP & MySQL which has almost the same features with alfresco
I've tried xoda, php fusion and OpenDocMan but not appropriate.
can anybody help me?
Try DocMGR or OpenDocMan. They could help.

What are good open source PHP projects for beginners? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking into freelancing PHP projects on my spare time so I'm revisiting my rusty PHP skills. I believe contributing to an open source project could refresh me quickly. Also, if you have other suggestion please feel free to suggest. Thanks!
Drupal , Kohana or silverstripe
Also check out Laravel - Its a rails like php framework thats been gaining a lot of traction lately.

PHP based MySQL database managers [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking to some lightweight open source php based MySQL database managing script.
I would essentially prefer something that is packed into a single file, and has a decent UI and features.
PS: I already know about PHPMiniAdmin, I'm looking for alternatives.
SQLBuddy is pretty nice: http://www.sqlbuddy.com/
You need PHP-Mini-Admin
It is a light-weight alternative to
phpmyadmin
Source
phpmyadmin is still my favourite
http://www.phpmyadmin.net
C.

PHP Load Testing framework [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Anyone know of an opensource PHP Load Testing Framework similar to the Grinder " "http://grinder.sourceforge.net/".
I haven't used the grinder, but It sounds similar to JMeter. Also at times I have used plain old Selenium for load testing.
RedLine has a Cloud Load Testing tool in PHP on Amazon AWS now. it is free for the service, but you have to pay for the Spot Instances on your account (for example 50,000 user test on 200 m1.small is about $2/hour).

Categories