A/B Testing Frameworks for PHP [closed]
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 questionWhat 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.
精彩评论