pythagor / yii-phpab
A-B testing extension for the Yii framework
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii-extension
Requires
- php: >=5.4.0
- pythagor/php-a-b: *
- yiisoft/yii: *
This package is not auto-updated.
Last update: 2025-01-14 23:15:45 UTC
README
This extension provides the A/B testing implementation for the Yii framework 1.1.
This is the wrap around well-known phpabtest.
Documentation is at docs/guide/README.md.
Installation
The preferred way to install this extension is through composer.
Either run
composer require pythagor/yii-phpab
or add
"pythagor/yii-phpab": "dev-master"
to the "require" section of your composer.json.