2017 © Pedro Peláez
 

simplesamlphp-module simplesamlphp-module-logpeek

A SimpleSAMLphp module to provide a web API to access the log files.

image

simplesamlphp/simplesamlphp-module-logpeek

A SimpleSAMLphp module to provide a web API to access the log files.

  • Tuesday, August 2, 2016
  • by jaime
  • Repository
  • 7 Watchers
  • 0 Stars
  • 7,194 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

SimpleSAMLphp logpeek module

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level, (*1)

This module provides a web API that you can use to search for all to lines in the logs corresponding to a specific session identifier., (*2)

Install

Install with composer, (*3)

vendor/bin/composer require simplesamlphp/simplesamlphp-module-logpeek

Configuration

Next thing you need to do is to enable the module:, (*4)

in config.php, search for the module.enable key and set logpeek to true:, (*5)

    'module.enable' => [ 'logpeek' => true, … ],

The Versions

02/08 2016

dev-master

9999999-dev

A SimpleSAMLphp module to provide a web API to access the log files.

  Sources   Download

The Requires

 

by Olav Morken

modules simplesamlphp

07/08 2015

v1.0

1.0.0.0

A SimpleSAMLphp module to provide a web API to access the log files.

  Sources   Download

The Requires

 

by Olav Morken

modules simplesamlphp