Download the PHP package systemseed/simplesamlphp-module-rollbar without Composer
On this page you can find all versions of the php package systemseed/simplesamlphp-module-rollbar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download systemseed/simplesamlphp-module-rollbar
More information about systemseed/simplesamlphp-module-rollbar
Files in systemseed/simplesamlphp-module-rollbar
Download systemseed/simplesamlphp-module-rollbar
More information about systemseed/simplesamlphp-module-rollbar
Files in systemseed/simplesamlphp-module-rollbar
Vendor systemseed
Package simplesamlphp-module-rollbar
Short Description A SimpleSAMLphp module adding support for Rollbar logger handler.
License LGPL-2.1
Homepage https://github.com/systemseed/simplesamlphp-module-rollbar
Package simplesamlphp-module-rollbar
Short Description A SimpleSAMLphp module adding support for Rollbar logger handler.
License LGPL-2.1
Homepage https://github.com/systemseed/simplesamlphp-module-rollbar
Please rate this library. Is it a good library?
Informations about the package simplesamlphp-module-rollbar
Introduction
SimpleSAMLphp + Rollbar
SimpleSAMLphp module
This module for SimpleSAMLphp provides a LoggerHandler that integrates with Rollbar service.
Installation
- Install and configure SimpleSAMLphp.
- Install Rollbar -
composer require systemseed/simplesamlphp-module-rollbar
.
Enable Rollbar
- Fill
rollbar.token
value insimplesamlphp/config/config.php
with server token taken from Rollbar. - Set
rollbar.environment
value insimplesamlphp/config/config.php
to define current environment name.
Configure Rollbar to handle PHP exceptions
Set rollbar.exception_handler
value to true
in simplesamlphp/config/config.php
. This will catch and log all
exceptions to Rollbar as a single occurrence in Rollbar dashboard.
Configure Rollbar to handle all log items
Set logging.handler
to 'SimpleSAML\Module\rollbar\Logger\RollbarLoggingHandler'
. Please be aware that enabled
backtraces, will result in each line in the backtrace treated as a separate occurrence.
All versions of simplesamlphp-module-rollbar with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
rollbar/rollbar Version ^4.0
simplesamlphp/simplesamlphp Version ^2.1
simplesamlphp/composer-module-installer Version ~1.0
rollbar/rollbar Version ^4.0
simplesamlphp/simplesamlphp Version ^2.1
simplesamlphp/composer-module-installer Version ~1.0
The package systemseed/simplesamlphp-module-rollbar contains the following files
Loading the files please wait ....