Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xepozz/ab
- Owner: xepozz
- Created: 2023-04-07T17:45:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-24T06:10:13.000Z (over 1 year ago)
- Last Synced: 2024-09-30T22:09:49.865Z (about 1 month ago)
- Topics: ab, ab-testing, testing, yii, yii3
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.