xepozz / ab
AB testing framework for Yii 3
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/xepozz/ab
Requires
- php: ^8.1
- yiisoft/yii-http: ^1.0.3
Requires (Dev)
- phpunit/phpunit: 10.0.17
- vimeo/psalm: ^5.8
- yiisoft/yii-debug: dev-split-debug
This package is auto-updated.
Last update: 2025-09-24 10:42:54 UTC
README
This is a simple library to enable A/B testing based on a set of rules.
Installation
composer require xepozz/ab
Looking for more modules?
- Unique ID - Allows you to track the unique user in the application.
- Request ID - A simple library to generate both unique request and response IDs for tracing purposes.
- Feature Flag - A simple library to enable/disable features based on a set of rules.
- Shortcut - Sets of helper functions for rapid development of Yii 3 applications.