TYPO3 extension to integrate kiscore.ai, AI bot detection and analysis.
composer require tpwd/typo3-kiscoreThe extension automatically tracks all frontend requests and sends the data to kiscore.ai.
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
- 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)
This extension ships with a minimal PHPUnit setup to help increase software quality.
- Install dev dependencies:
composer install
- Run the unit tests:
composer test
