定制 uhi67/simplesamlphp-module-logpeek 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

uhi67/simplesamlphp-module-logpeek

最新稳定版本:1.2.1

Composer 安装命令:

composer require uhi67/simplesamlphp-module-logpeek

包简介

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

README 文档

README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

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.

Install

Install with composer

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

Configuration

The next thing you need to do is to enable the module:

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

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

Copy the configuration template from the module config/module_logpeek.php.dist to the main config directory as module_logpeek.php and adjust it to your needs.

Change log

1.2.1 (2026-01-07)

  • Added CSS class to log entries
  • Added Hungarian translations

1.2 (2025-01-11)

  • SimpleSAMLphp 2.3 compatibility
  • Back button and backurl config option added;
  • translations (hu);

1.1 (2020-06-22)

  • Added authorization config parameters (see config-templates/module-logpeek.php)
  • Preserve last search tag
  • Detailed error display

统计信息

  • 总下载量: 229
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-2.1-or-later
  • 更新时间: 2020-06-22