phpab / phpab-module
A Zend Framework 2 module for AB testing.
Requires
- php: ~5.5|~7.0
- phpab/phpab: dev-master
- phpab/storage-zendframework: dev-master
Requires (Dev)
- php-mock/php-mock: ^1.0
- phpunit/phpunit: ^4.7
- scrutinizer/ocular: ^1.3
- squizlabs/php_codesniffer: ^2.5
- zendframework/zend-modulemanager: ^2.7
- zendframework/zend-mvc: ^2.7
- zendframework/zend-servicemanager: ^2.7
- zendframework/zend-view: ^2.6
This package is not auto-updated.
Last update: 2024-11-01 22:10:10 UTC
README
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.