wpdesk / wp-abtesting
Installs: 16 002
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/wpdesk/wp-abtesting
Requires
- php: >=5.6
- wpdesk/wp-persistence: ^2.0
Requires (Dev)
- phpunit/phpunit: ^5
- squizlabs/php_codesniffer: ^3.0.2
- wimg/php-compatibility: ^8
- wp-coding-standards/wpcs: ^0.14.1
This package is auto-updated.
Last update: 2025-10-06 02:03:52 UTC
README
WordPress Library to facilitate AB Testing
Requirements
PHP 5.6 or later.
Composer
You can install the bindings via Composer. Run the following command:
composer require wpdesk/wp-abtesting
To use the bindings, use Composer's autoload:
require_once 'vendor/autoload.php';
Compatiblity between plugins
To ensure that always the latest and valid version of composer libraries are loaded in WP env you should use a solution that ensure support between plugins and at least decreases the change that something would break. At the moment we recommend using wpdesk/wp-autoloader.
Manual instalation
If you do not wish to use Composer and wpdesk/wp-autoloader, you probably should stop using any existing library as it breaks compatibility between plugins.