jasonhendry/triage-php

Triage Client for php

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jasonhendry/triage-php

dev-master 2012-12-03 06:25 UTC

This package is auto-updated.

Last update: 2026-01-27 18:49:40 UTC


README

Triage client for PHP

include vendor/autoload.php

function myError($errno, $errstr, $errfile, $errline, $errcontext) {
    call_user_func_array('JasonHendry\TriagePHP\TriageClient::error', array('localhost:5001','myproject',$errno, $errstr, $errfile, $errline, $errcontext));
}