tomaj / nette-rollbar
Rollbar composer notifier for Nette framework
0.1.0
2014-05-19 08:04 UTC
Requires
- php: >= 5.3.7
- nette/nette: ~2.2.0
- rollbar/rollbar: ~0.8.1
This package is not auto-updated.
Last update: 2024-11-05 07:33:49 UTC
README
Rollbar composer notifier for Nette framework
Instalation
Install package via composer:
$ composer require tomaj/nette-rollbar:@dev
Add line to bootstrap.php
for Rollbar initialization:
\Tomaj\Rollbar\RollbarDebugger::init($container, $container->parameters['rollbar']['sendErrors']);
And setup config on config.neon:
rollbar:
sendErrors: true
environment: production
access_token: --your access token--
You can specify all Rollbar configration via this config. See all configuration posibilities in Rollbar website: https://rollbar.com/tomaj/Najpes/docs/notifier/rollbar-php/ in Configuration Reference section.
todo
- Deployment notification
- Send info about logged user