pythagor/yii-phpab

A-B testing extension for the Yii framework

dev-master 2016-07-20 09:07 UTC

This package is not auto-updated.

Last update: 2024-05-07 20:10:13 UTC


README

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.

Latest Stable Version Total Downloads License

Installation

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.