Google Web Optimizer is great, but I don't like the idea of depending upon JavaScript for split testing let alone multivariate testing. I'm looking for a fairly simple and well maintained testing library for php.
Does anyone know if a testing library exists?
Open source and/or free is a plus, but as long as its worth the money commercial software will do.
Split testing and multivariate testing is where a number of different pages (split testing), or a single page with different sections are split between visitors of a site, a specific or set of actions on the users part are chosen as a conversion, and it calculates based on numbers of users and conversions which page, or section is best.
I found this http://www.phpscenario.org/ It seems to be somewhat well maintained. I'll try it out and see if it fits my needs.