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 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!
// 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"));