Skip to content

php-bug-catcher/bug-catcher-curl-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curl exception catcher for Bug Tracker

Setup

composer require php-bug-catcher/bug-catcher-curl-reporter

Try it

$curlReporter = new \BugCatcher\Reporter\CurlReporter(
    "https://YourBugTrackerInstance.com:8000",
    'projectName',
    true
);
try {
    throw new Exception("Test exception");
} catch (Exception $e) {
    $curlReporter->reportException($e);
}

About

Catch every Bug in your PHP application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages