PHPackages                             dimgraycat/split-testing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. dimgraycat/split-testing

ActiveLibrary[Testing &amp; Quality](/categories/testing)

dimgraycat/split-testing
========================

A server-side A/B/n testing tool

1.0.5(5y ago)610.9kMITPHPPHP &gt;=5.6

Since Jan 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dimgraycat/php-split-testing)[ Packagist](https://packagist.org/packages/dimgraycat/split-testing)[ Docs](http://github.com/dimgraycat/php-split-testing)[ RSS](/packages/dimgraycat-split-testing/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (8)Used By (0)

[![License](https://camo.githubusercontent.com/b3b360c13fb1f26a6b30ded54834048d71a255c757becf6b7ba661d20b70eed9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d6d69742d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/dimgraycat/php-split-testing/blob/master/LICENSE)[![Latest Stable Version](https://camo.githubusercontent.com/0cb1655659f7e5e4a535990beaa81be38863b1d9b3c528cf770d9e8ff99da9bf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64696d677261796361742f73706c69742d74657374696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dimgraycat/split-testing)[![Minimum PHP Version](https://camo.githubusercontent.com/86e7d829a466cacd5658a22073e27d49d39dac72cc18216ac4963ed5463c5bbc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e362d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)[![Travis](https://camo.githubusercontent.com/ba3fa927453b0e6a995fbd38f9b4eca997652b10c1023de683c90f1c23e99908/68747470733a2f2f7472617669732d63692e6f72672f64696d677261796361742f7068702d73706c69742d74657374696e672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dimgraycat/php-split-testing)

SplitTesting
============

[](#splittesting)

A server-side A/B/n testing tool

This library provides a layer to run AB tests on your applications. The "SplitTesting" is useful when you want to change something on the application, but you want to check the optimize by using various variations.

Installation
------------

[](#installation)

```
$ composer require dimgraycat/split-testing
```

```
{
    "require": {
        "dimgraycat/split-testing": "^1.0"
    }
}
```

And install dependencies:

```
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
```

Usage
-----

[](#usage)

### Random

[](#random)

```
