Skip to content

Report (error) messages to given emailaddress using given subject and let the reporter add environment variables for debugging purposes

License

Notifications You must be signed in to change notification settings

maarten00/reporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reporter

Report (error) messages to given emailaddress using given subject and message. This reporter will automatically add relevant environment variables so you don't have to think about that every time.

Install

Install using Composer. Reporter is available as a package via Packagist, so just include Reporter in the composer.json file of your project, run composer update and you are ready to go!

Usage

// Include the composer autoloader once and the Reporter is available to you!

denvers\Reporter::report("your@emailaddress.com", "Something to remember", "User did something we need to investigate", array("variable1", "key" => "variable2"));

Example report

image

About

Report (error) messages to given emailaddress using given subject and let the reporter add environment variables for debugging purposes

Resources

License

Stars

Watchers

Forks

Packages

No packages published