PHP Load Testing framework [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
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).

Related

Cheap hosting for php+mongodb app [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
I built a small app for myself but now I'd like to host it somewhere for others to use too.
Is there any cheap options to host php+mongo stack without renting an expensive VPS?
Your best best would require you to still roll your own server and set it up. But the two hosting services that come to mind are Linode and Digital Ocean.
https://www.linode.com/
https://www.digitalocean.com/
I have used both and they can be very affordable. The downside is that you have to do your own setup and config. They do provide lots of tools to help out with that. Scripts you can run and pre-made images.

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.

Small issue tracker like github issues in php [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
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?

jquerymobile & php site to mobile app [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 have created a website using jquery mobile and php. I was wondering if it is possible to convert this into a mobile app. I know of the software PhoneGap ( I have gone through this forum and this is what everyone suggests), but this does not support php. Is there any software out there where this can be accomplished with minimum amount of extra work?
Zend makes this possible with Zend Studio, check it out: http://www.zend.com/products/studio/

Php machine-learning library? [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 am studying on Machine Learning project and I want to do it with php on web. Is it possible and if it is, do you have some suggestion about library or ideas? If it is not , I will continue my project on java with Weka tool.
Here's one, I haven't tried it though,
https://github.com/gburtini/Learning-Library-for-PHP
I don't think there are many Machine Learning libs built using PHP, in college I built an expert system using Java Jess:
http://en.wikipedia.org/wiki/Jess_(programming_language)
Hope this helps :)

Categories