An open API service indexing awesome lists of open source software.

https://github.com/krakphp/ab

AB Testing Library
https://github.com/krakphp/ab

Last synced: about 1 year ago
JSON representation

AB Testing Library

Awesome Lists containing this project

README

          

# AB Testing Library

`Krak\AB` is a framework for implementing AB Tests.

## Installation

Install with composer at `krak/ab`

## Usage

```php
activate('flow', 'id_'.$i.rand()) . PHP_EOL;
}
```