This extension provides the A/B testing implementation for the Yii framework 1.1.
This is the wrap around well-known phpabtest.
Documentation is at docs/guide/README.md.
The preferred way to install this extension is through composer.
Either run
composer require pythagor/yii-phpab
or add
"pythagor/yii-phpab": "dev-master"
to the "require" section of your composer.json.