We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Framework-agnostic PHP core for Takt analytics. It ships two things:
<script>
Privacy-first by design: cookieless, no PII by default, and localhost excluded out of the box.
localhost
composer require vskstudio/takt-core-php
Options
Mode
Takt
use Vskstudio\Takt\SnippetRenderer; use Vskstudio\Takt\Options; echo (new SnippetRenderer(new Options(domain: 'example.com')))->render();
License: MIT.