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
Requires
- ext-pdo: *
- typo3/cms-core: ^12 || ^13
Requires (Dev)
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:
- Go to the TYPO3 Site Configuration module
- Edit your site configuration
- Enter your Ki-Score Site ID in the corresponding field
- 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
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
