Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking around at some open-source agile management tools, one in which can handle, around 10-15 people, is open source, and preferably built in PHP.
Has anyone come across anything remotely like this?
Please see http://pm-sherpa.com/ for a comprehensive list for project management softwares and specifically http://pm-sherpa.com/attributes/opensource/ for open source ones.
You will find a list of open source scrum tools on http://www.opensourcescrum.com/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I searching for a php code of the "stable marriage problem" for a project that I'm writing...
I once wrote the code in java but now I need it for a php project.
I got the extension from GitHub but I don't really know what to do with it. I don't know if its a php file or something else.
thank you!
The link you provided in the comments does not contain a PHP file/library. It appears to be a Haskell library. This should point you in the right direction: https://www.leaseweb.com/labs/2013/04/stable-marriage-problem-in-php/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
guys
Do you know any available PHP third party application or script which allows all my registered members to share their files to other members?
I'm thinking similar with this one (My concern on that are there is no support doc and it seems the author of the script is gone for a long time.)
http://codecanyon.net/item/really-simple-file-sharing-web-application/51228
Really appreciated to your help! Thanks
Opendocman checkout this open source application. Hope this helps you.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I've been looking for an issue tracker that supports multiple projects and has a wiki.
I found Redmine, which fits what I need, and Trac, but I need one written in PHP.
I took a look at MantisBT, but that's not quite what I'm after.
Traq appears to fit your needs, PHP (version 5.3+), multiple projects and wiki.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
iam looking for a php/mysql open source inventory management software.
Can anyone suggest me a good, free script?
I have heard about VTigerCRM, SugarCRM, Magento... which among these is the best for inventory, and anything else is preferable ?
Check this out, http://phpbms.org/ I dont know to what extent it will satisfy your needs, but it can be easily customized. And it is open source running on php/mysql.
You can very well use it on WAMP stack, if I am not wrong.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is there something like the "phpCodeBeautifier" from waterproof that is open source?
The best tool I know to reformat PHP code is the PHP_Beautifier PEAR package, which is both free (open source) and free (costs no money).
It's a bit complicated, has a lot of options, and is maybe a bit slow, but does really good job on messy code-source.
Open source:
http://www.bierkandt.org/beautify/
Commercial:
http://www.sourceformat.com/php-formatter.htm
For something quick you might want to consider
http://www.prettyprinter.de/