Skip to content

Commit c3d04cd

Browse files
authored
Create README.md
1 parent ed079a0 commit c3d04cd

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Introduction
2+
3+
SimpleSAMLphp + Rollbar
4+
5+
### simpleSAMLphp module
6+
7+
This module for SimpleSAMLphp provides a LoggerHandler that integrates with Rollbar service.
8+
9+
## Installation
10+
11+
1. Install simpleSAMLphp.
12+
3. Install rollbar - `composer require systemseed/simplesamlphp-module-rollbar`.
13+
4. Set `rollbar.token` value in `simplesamlphp/config/config.php`.
14+
4. Set `rollbar.environment` value in `simplesamlphp/config/config.php`.
15+
5. Set `logging.handler` to `'SimpleSAML\Module\rollbar\Logger\RollbarLoggingHandler'`.
16+
6. Optionally set `logging.level` to `SimpleSAML\Logger::ERR` to send only errors.
17+

0 commit comments

Comments
 (0)