2017 © Pedro Peláez
 

yii2-extension yii2-bandit

Yii2 A/B testing tool

image

bazilio/yii2-bandit

Yii2 A/B testing tool

  • Wednesday, September 23, 2015
  • by bazilio91
  • Repository
  • 2 Watchers
  • 2 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

[WIP] Yii2 A/B testing tool

Build Status, (*1)

This extension provides code to A/B test your views., (*2)

Supported strategies: - hard to beat - round robin, (*3)

Installation

The preferred way to install this extension is through composer., (*4)

Either run, (*5)

php composer.phar require --prefer-dist bazilio/yii2-bandit

or add, (*6)

"bazilio/yii2-bandit": "*"

to the require section of your composer.json., (*7)

Requirements

Configuration

'components' => [
    'redis' => [
        'class' => 'yii\redis\Connection',
        'hostname' => 'localhost',
        'port' => 6379,
        'database' => 0,
    ],
    'bandit' => [
        'class' => 'bazilio\yii2\bandit\BanditComponent',
        'connection' => 'redis'
    ]
]

The Versions

23/09 2015

dev-master

9999999-dev

Yii2 A/B testing tool

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vasily Ostanin

testing yii2 ab split testing bandit

09/09 2015

0.0.1

0.0.1.0

Yii2 A/B testing tool

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vasily Ostanin

testing yii2 ab split testing bandit