Product Analytics Package
"Pan is a lightweight and privacy-focused PHP product analytics library. It’s designed as a very simple package that you can install via
composer require
and start tracking your pages or components with a simpledata-pan
attribute.Pan tracks impressions, hovers, and clicks. It does not collect any personal information, such as IP addresses, user agents, or any data that could be used to identify a user.
It works out-of-the-box with your favorite Laravel stack; updating a button color in your "react" won't trigger a new impression, but seeing that same button in a different Inertia page will. Using Livewire? No problem, Pan works seamlessly with it too."
Nuno Maduro
@enunomaduro