The Analytics Platform for Your Laravel and Filament Apps
With Pirsch, you can easily add powerful, unblockable web analytics to your Laravel and Filament PHP applications while protecting your customers' privacy.
With Pirsch, you can easily add powerful, unblockable web analytics to your Laravel and Filament PHP applications while protecting your customers' privacy.
Integrate Pirsch Analytics seamlessly into your Laravel and Filament PHP applications. The plugin allows you to track page views and events in a non-blockable way on the server side, no JavaScript snippet or proxy required.
Leverage our PHP SDK or use an existing Filament dashboard widget to get insights right on your dashboard. The integration only takes a few minutes.
// Middleware to track page views
->withMiddleware(function (Middleware $middleware) {
$middleware->web(append: [
\Pirsch\Http\Middleware\TrackPageview::class,
]);
})
// Or track page views manually
Pirsch::track();
// Send custom events
Pirsch::track(
name: 'Button clicked',
meta: [
'Label' => 'Get started',
],
);
Say goodbye to consent banners: Pirsch works without cookies and never stores your visitors' personal identifiable information.
Built from the ground up with privacy in mind and with an open-source core, Pirsch offers uncompromising GDPR, CCPA, PECR, and Schrems II compliant data protection. All data is hosted on a secure server cluster in Germany.
Learn MorePirsch is a web analytics tool designed for developers. Its extensive documentation and support make the transition easy. Transfer your data from Google Analytics, Fathom, or Plausible in just a few minutes.
Make a smooth transition from Google Analytics, Fathom, or Plausible by importing your existing data. Try Pirsch Analytics free for 30 days with no credit card required.
30-day Free TrialPirsch is well documented. The documentation is constantly updated to ensure that you will always find an answer to your questions.
Read the DocsWe're IT specialists, not salesmen. When you contact us for support, whether you have questions about integration details, networking, or programming, you can be sure to get competent, professional help. We're here to help, and we're here to find solutions to the challenges you face.
Much of Pirsch is open-source, including the core, SDKs, and libraries available. So you can see for yourself how Pirsch is developed and run. The code is available on GitHub, including a demo repository with sample applications and more.
Try Pirsch Analytics free of charge for 30 days with no credit card required. Pick the best Google Analytics alternative, setting up your first website only takes a few minutes.