Server-Side Language
PHP
Whether you're running Symfony, CodeIgniter, CakePHP, or plain PHP, Web Analyzer App adds full session analytics in 2 lines. No Composer package, no framework requirement, no database changes.
2 KB
Gzipped tracker size
< 1 ms
Main thread impact
0
Cookies set
∞
Free plan websites
Why PHP users switch
Most PHP frameworks don't come with analytics. Rolling your own means weeks of work building session tracking, UTM capture, and reporting.
Adding Google Analytics to a PHP app requires cookie consent machinery, data processing agreements, and ongoing compliance work.
You can log orders and signups to your database, but surfacing that data as useful charts usually takes an entire dashboard build.
Everything you need
One subscription. Every feature you need to understand your PHP visitors and grow your business.
Paste the snippet in your master layout or shared header.php. Compatible with Laravel, Symfony, CodeIgniter, CakePHP, Slim, and plain PHP.
Echo PHP variables directly into the tracker call — inject order IDs, user tiers, or product names without extra API calls.
Full device, browser, referrer, and country data on every session — available in your dashboard in real time.
Track multiple PHP applications from one account. Perfect for development agencies managing client projects.
Set goals for key URLs — order confirmation pages, signup completions — and monitor conversion trends.
Instant email alerts when your PHP application returns errors or goes offline.
Dead-simple setup
No SDK to install. No build step. Just paste 2 lines and data starts flowing.
<?php
$tracking_key = getenv('WEBANALYZER_KEY');
?>
<script>
window.webanalyzer_key = '<?= htmlspecialchars($tracking_key) ?>';
</script>
<script src="https://webanalyzerapp.com/tracker.js" async defer></script>
Replace YOUR_KEY with your tracking key from your dashboard.
Create a free account →
Simple pricing
No contracts. Cancel anytime. Your data is always yours.
Free
$0/mo
Forever free. No credit card.
Pro
$14.99/mo
First month free — cancel anytime
Secure payments via Stripe · No contracts · 7-day money-back guarantee
Takes 2 minutes to set up. No engineer required. Free forever plan available.