Skip to content

buggymanhq/buggyman-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buggyman module for Zend Framework 2

INSTALL

The recommended way to install is through composer.

{
    "require": {
        "buggymanhq/buggyman-module": "1.*"
    }
}

USAGE

Add BuggymanModule to your config/application.config.php to enable module.

buggyman.global.php

<?php

return array(
    'buggyman' => array(
        // is enabled
        'enabled' => true,
        // api token
        'token' => 'HERE_PASTE_YOUR_TOKEN',
        // public token for js handler
        'public_token' => 'HERE YOUR PUBLIC TOKEN'
    )
);

buggyman.local.php

<?php

return array(
    'buggyman' => array(
        'enabled' => false,
    )
);

About

Module for Zend framework 2 integration of buggyman library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages