wpdesk/wp-abtesting

There is no license information available for the latest version (2.0.0) of this package.

2.0.0 2020-06-05 15:47 UTC

This package is auto-updated.

Last update: 2024-04-05 22:48:54 UTC


README

pipeline status coverage report Latest Stable Version Total Downloads Latest Unstable Version License

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.

Getting Started

Project documentation

PHPDoc: https://wpdesk.gitlab.io/wp-abtesting/index.html