Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xepozz/ab

This is a simple library to enable A/B testing based on a set of rules.
https://github.com/xepozz/ab

ab ab-testing testing yii yii3

Last synced: 26 days ago
JSON representation

This is a simple library to enable A/B testing based on a set of rules.

Awesome Lists containing this project

README

        

# A/B Testing

This is a simple library to enable A/B testing based on a set of rules.

[![Latest Stable Version](https://poser.pugx.org/xepozz/ab/v/stable.svg)](https://packagist.org/packages/xepozz/ab)
[![Total Downloads](https://poser.pugx.org/xepozz/ab/downloads.svg)](https://packagist.org/packages/xepozz/ab)
[![phpunit](https://github.com/xepozz/ab/workflows/PHPUnit/badge.svg)](https://github.com/xepozz/ab/actions)
[![codecov](https://codecov.io/gh/xepozz/ab/branch/master/graph/badge.svg?token=UREXAOUHTJ)](https://codecov.io/gh/xepozz/ab)
[![type-coverage](https://shepherd.dev/github/xepozz/ab/coverage.svg)](https://shepherd.dev/github/xepozz/ab)

## Installation

```bash
composer require xepozz/ab
```

## Looking for more modules?

- [Unique ID](https://github.com/xepozz/unique-id) - Allows you to track the unique user in the application.
- [Request ID](https://github.com/xepozz/request-id) - A simple library to generate both unique request and response IDs for tracing purposes.
- [Feature Flag](https://github.com/xepozz/feature-flag) - A simple library to enable/disable features based on a set of rules.
- [Shortcut](https://github.com/xepozz/shortcut) - Sets of helper functions for rapid development of Yii 3 applications.