PHP Package: spatie/laravel-analytics

A PHP library for SEO-optimized analytics in Laravel applications, providing detailed insights and reports.

Current Version: 5.5.3
Last Updated: 2025-02-20
PHP Requirement: ^8.2
Dependencies: None

Package Description

Laravel-analytics is a comprehensive PHP library tailored for Laravel projects, offering advanced tools for tracking, analyzing, and improving SEO performance. With a robust set of features, this library ensures precise metrics, seamless integration, and enhanced visibility for your web applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 5.6.0

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/spatie/laravel-analytics/5.6.0/loader.php';
use Spatie\Analytics\AnalyticsServiceProvider;
use Spatie\Analytics\Analytics;

$obj = new AnalyticsServiceProvider();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.