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

This package is not auto-updated.

Last update: 2024-09-23 15:10:24 UTC


README

PHP库,用于集成buggyman.io服务

安装

推荐通过composer进行安装。

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

使用方法

include "vendor/autoload.php";

Buggyman::init();