phpab/phpab-module

A Zend Framework 2 module for AB testing.

dev-master 2016-05-16 15:18 UTC

This package is not auto-updated.

Last update: 2024-03-22 19:22:08 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

A module that makes it possible to use phpab/phpab in Zend Framework 2 applications.

Install

Via Composer

$ composer require phpab/phpab-module

Usage

After installation add the module name to application.config.php:

<?php
return [
    'modules' => [
        'Application',
        'PhpAbModule',
    ],
];

Next copy vendor/phpab/phpab-module/config/phpab.global.php.dist to config/autoload/phpab.global.php and adjust the configuration that you want. For the available options take a look at the documentation.

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please open an issue in the issue tracker. We realize this is not ideal but it's the fastest way to get the issue solved.

Credits

License

The MIT License (MIT). Please see License File for more information.