Skip to content

buggymanhq/buggyman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buggyman library

PHP library for integrate buggyman.io service

INSTALL

The recommended way to install is through composer.

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

USAGE

include "vendor/autoload.php";

Buggyman::init();