buggymanhq/buggyman

Buggyman API library

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

This package is not auto-updated.

Last update: 2024-09-09 14:55:27 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();