A module that makes it possible to use phpab/phpab in Zend Framework 2 applications.
Via Composer
$ composer require phpab/phpab-moduleAfter 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.
Please see CHANGELOG for more information what has changed recently.
$ composer testPlease see CONTRIBUTING and CONDUCT for details.
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.
The MIT License (MIT). Please see License File for more information.