tomaj / nette-rollbar
Rollbar composer notifier for Nette framework
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tomaj/nette-rollbar
Requires
- php: >= 5.3.7
- nette/nette: ~2.2.0
- rollbar/rollbar: ~0.8.1
This package is not auto-updated.
Last update: 2025-10-07 11:44:17 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