

Get started
Install SimpleStats
composer require simplestats-io/laravel-clientExample of the TrackablePerson contract
class User extends Authenticatable implements TrackablePerson
{
public function getTrackingTime(): CarbonInterface
{
return $this->created_at;
}
}Example of the TrackablePayment contract
class Transaction extends Model implements TrackablePayment
{
public function getTrackingPerson(): TrackablePerson
{
return User::find($this->user_id);
}
public function getTrackingTime(): CarbonInterface
{
return $this->created_at;
}
public function getTrackingGross(): float
{
return $this->total;
}
public function getTrackingNet(): float
{
return $this->total - $this->tax;
}
public function getTrackingCurrency(): string
{
return $this->currency;
}
}Features
Why us
| SimpleStats | Plausible | Fathom | Google Analytics | |
|---|---|---|---|---|
| Revenue Attribution | ||||
| User & Payment tracking | ||||
| Server-side tracking | ||||
| Ad-blocker proof | ||||
| No JavaScript required | ||||
| Laravel-native | ||||
| No cookie banner required | ||||
| Self-hosting option |
Loved by devs
I just saw SimpleStats on reddit, it looks super awesome!

SimpleStats is an amazing product! The onboarding was one of the smoothest experiences I've had - super easy and straightforward. Everything just works, from setup to job dispatching with Redis. A great overall experience!

SimpleStats is a damn good product. Lots of features and metrics most Laravel apps needs.

SimpleStats has been a game-changer for us. Its backend analytics ensure pinpoint accuracy, giving us reliable data that isn't affected by ad blockers. We now have a crystal-clear view of our payment and registration conversions. Highly recommended for anyone needing precise stats!

Integrating SimpleStats into our Laravel projects was incredibly easy. The seamless setup saved us hours, and now we can effortlessly monitor our campaigns and conversions. This tool has streamlined our workflow and provided invaluable insights and metrics.

Thanks to SimpleStats, we can quickly see which of our campaigns are truly profitable. The detailed conversion tracking for payments and registrations has helped us optimize our marketing strategies without any extra effort. It's an essential tool for any data-driven business.

FYI, early days but you are counting at least 2x the traffic of what we’re seeing with Fathom Analytics

Plans
Simple analytics, no card required.
Great for smaller projects.
For ambitious, growing projects.
High-volume tracking at scale.
Analytics without any limits.
Self-hosted
For one domain or subdomain. Powerful analytics with package and API. One year of updates, no subscription.
No domain limits. Integrate into products. Full analytics suite. One year of updates, no subscription.
Start SimpleStats Self-Hosted today and take full control!