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: 4 months 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T06:10:13.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T05:44:37.298Z (about 1 year 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.
[](https://packagist.org/packages/xepozz/ab)
[](https://packagist.org/packages/xepozz/ab)
[](https://github.com/xepozz/ab/actions)
[](https://codecov.io/gh/xepozz/ab)
[](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.