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
I am looking for a good development tool that will help me track revisions of software I am creating, and that is web based. Just looking for suggestions on what others use.
And not one that is hosted through another solution but that I can host myself.
http://github.com/ (git), http://bitbucket.org/ (mercurial/git)
The best one (that you can host yourself) would be: Atlassian FishEye (which includes source browsing features)
Not free, but you can have up to ten users with 10$ (or even free for open-source project).
Works with Subversion, Git, CVS, Perforce, ClearCase, and Mercurial repositories.
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 2 years ago.
Improve this question
I need to seek or develop an API to manage ftp accounts on a server using PHP/nodeJS/anything.
Are you aware of a library that helps managing ftp users or a software I could deploy on a server that fits that kind of need ?
Well there is isp config https://www.ispconfig.org/ispconfig/online-demo/ you can manage many things among which ftp accounts it's free and open source.
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
We are working on php application, and need to generate/export SPSS files for reporting section, it would be great if anybody can suggest about good API/codebase to start its development.
There is a free i/o module available from the SPSS Community website (www.ibm.com/developerworks/spssdevcentral) that provides apis for reading and writing sav files. It has a C compatible interface. It is licensed with the intention that you can freely incorporate and redistribute these modules in your application. The download includes modules for all major platforms. You have to register with the site in order to download, but there is no charge.
There is also a Python wrapper available from the ActiveState website (it uses the i/o modules) if you find that easier to work with.
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/
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
What are the good A/B Testing frameworks for PHP, and why?
NOTE: I do NOT want a huge/generic framework that also has a/b testing support - I want a small framework specific to AB testing. Hence, not a duplicate question.
I would try the phpabtest framework. It's small, compact, easy to use.
You should check out PHP-redis-A-B-Testing , which uses Redis for great performance and doesn't have the commercial license limitations of phpabtest or the limits caused by its tie-ins to google analytics.
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.