---
title: "A simple, lightweight, and privacy-focused product analytics php package"
url: https://daily.dev/posts/a-simple-lightweight-and-privacy-focused-product-analytics-php-package-9fxie6gvq
source_url: https://laravel-news.com/pan-php
type: article
source: "Laravel News"
author: "Eric L. Barnes"
published: 2024-10-14T13:10:19.991Z
updated: 2024-12-11T15:00:09.109Z
tags: ["open-source", "php", "privacy", "laravel"]
reading_time: 2
upvotes: 15
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# A simple, lightweight, and privacy-focused product analytics php package

**[Laravel News](https://daily.dev/sources/ln)** · [@ericlbarnes](https://daily.dev/ericlbarnes) · 2 min read · 15 upvotes · 0 comments

## Summary

Pan is a newly released PHP package by Nuno Maduro designed for lightweight and privacy-focused product analytics. It allows you to track events such as impressions, hovers, and clicks without collecting any personal information. The library can be installed using Composer and works by injecting a JavaScript library into HTML pages to track events and send data to a Laravel application. The tracked data includes only event names and counts, which can be viewed via the Artisan command.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/pan-php>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#open-source](https://daily.dev/tags/open-source), [#php](https://daily.dev/tags/php), [#privacy](https://daily.dev/tags/privacy), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/a-simple-lightweight-and-privacy-focused-product-analytics-php-package-9fxie6gvq)
