buggymanhq/buggyman

Buggyman API library

v1.0.3 2013-12-12 15:07 UTC

This package is not auto-updated.

Last update: 2024-04-08 12:59:22 UTC


README

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();