Download the PHP package vojtasvoboda/oc-errorlogger-plugin without Composer
On this page you can find all versions of the php package vojtasvoboda/oc-errorlogger-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vojtasvoboda/oc-errorlogger-plugin
More information about vojtasvoboda/oc-errorlogger-plugin
Files in vojtasvoboda/oc-errorlogger-plugin
Package oc-errorlogger-plugin
Short Description Sends an error from your OctoberCMS application directly to email, HipChat, Slack, NewRelic and more.
License MIT
Homepage https://github.com/vojtasvoboda/oc-errorlogger-plugin
Informations about the package oc-errorlogger-plugin
Error Logger plugin for OctoberCMS
Immediately sends an error from your OctoberCMS application to email, HipChat, Mandrill, NewRelic, Slack, Syslog, and more! Tested with the latest stable OctoberCMS build 349.
- no plugin dependencies
- easy setup, just fill your e-mail or API key
- define logging level for each service separately (send warnings to Syslog and critical errors directly to your email)
- know about all errors before your client/customer
Installation
- Install plugin VojtaSvoboda.ErrorLogger
- Set your services at Backend > Settings > System > Error logger
- Save and sleep with a clear mind!
Services
Available: Mailer handler, Slack handler, Syslog handler and New Relic handler.
Waiting for implementation: CouchDB, Cube, ElasticSearch, FirePHP, Flowdock, HipChat, IFTTT, Mandrill, MongoDB, Redis and more.
!! Important notice !! Mailer handler uses plain PHP mail()
function, not Laravel Mail::send() function! So any backend mailing settings doesn't make any impact.
Feel free to send pullrequest!
Contributing
Please send Pull Request to master branch.
License
Error logger plugin is open-sourced software licensed under the MIT license same as OctoberCMS platform.