tpwd/typo3-kiscore

TYPO3 extension to integrate kiscore.ai, AI bot detection and analysis.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

pkg:composer/tpwd/typo3-kiscore

1.0.0 2026-02-17 13:32 UTC

This package is auto-updated.

Last update: 2026-02-18 08:43:04 UTC


README

TYPO3 extension to integrate kiscore.ai, AI bot detection and analysis.

Installation

composer require tpwd/typo3-kiscore

Configuration

The extension automatically tracks all frontend requests and sends the data to kiscore.ai.

Site ID

By default, the extension uses a test site ID. To use your own site ID:

  1. Go to the TYPO3 Site Configuration module
  2. Edit your site configuration
  3. Enter your Ki-Score Site ID in the corresponding field
  4. Save the configuration

Features

  • Tracks all frontend requests (including cached pages)
  • Sends user agent, referer, and URL information to kiscore.ai
  • Compatible with TYPO3 12 and 13
  • Minimal performance impact (tracking happens after the response is sent)

Example

Ki-Score Site ID configuration in TYPO3 Site Configuration

Tests

This extension ships with a minimal PHPUnit setup to help increase software quality.

  • Install dev dependencies:
    composer install
  • Run the unit tests:
    composer test