Search by

getintel / agent

tarang8811

Report AI bot visits (ChatGPT, Perplexity, Claude, Gemini) to GetIntel — Analytics → AI crawlers.

v0.1.0 2026-09-17 07:47 UTC

This package is auto-updated.

Last update: 2026-09-17 07:52:53 UTC


README

Shows which AI bots — ChatGPT, Perplexity, Claude, Gemini — read your pages, in GetIntel → Analytics → AI crawlers. Reports only requests from GetIntel's AI bot list, after the page is served, and never throws.

composer require getintel/agent
<?php
require __DIR__ . '/vendor/autoload.php';
\GetIntel\Agent::track('gi_live_…'); // at the top of index.php

On WordPress, use the GetIntel plugin instead — it also adds the visitor tag.