2017 © Pedro Peláez
 

library phpab-module

A Zend Framework 2 module for AB testing.

image

phpab/phpab-module

A Zend Framework 2 module for AB testing.

  • Monday, May 16, 2016
  • by waltertamboer
  • Repository
  • 1 Watchers
  • 2 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

phpab-module

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

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

Install

Via Composer, (*3)

``` bash $ composer require phpab/phpab-module, (*4)


## Usage After installation add the module name to `application.config.php`: ``` 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., (*5)

Change log

Please see CHANGELOG for more information what has changed recently., (*6)

Testing

bash $ composer test, (*7)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*8)

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., (*9)

Credits

License

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

The Versions