

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
Traditional client-side analytic tools are only about 70% accurate because of ad blockers and they often only show you data like visits and views. That's where server-side analytics like SimpleStats shines; it gives you superpowers without the integration hustle!
We are fully committed to GDPR compliance! No cookies are required or stored, ensuring your data remains confidential. You can rely on SimpleStats to respect your privacy and guarantee that your data will never be shared.
The tool provides you with a powerful reporting system that allows you to create custom reports, filter them by location, device, and UTM parameters. The frequency of the reports can be saved and scheduled individually, so you never miss important updates!
UTMs and Referrers are collected automatically and linked to your users and payments, so you see the real ROI and best-performing channel of every campaign.
Install the Composer package, add your token to the .env file, and you're ready to analyze your campaigns and users.
MRR, ARR, churn and retention out of the box, attributed to the channel that won each customer.
Add your ad spend per campaign and get ROAS, CAC and LTV:CAC, so you see which channels make money after costs.
Cohort retention, stickiness and active users, per channel. See not just who signs up, but who comes back and keeps paying.
Unique Visitors, Conversion Rate, Active Users, ARPU, MRR, Revenue and many more KPIs across the whole funnel, all filterable by date, location, device and channel.
The REST API works with any stack, not just Laravel. Trigger the requests manually and track any custom project.
Create a team, invite co-workers to your projects, and assign permissions. Each team is fully separated by tenancy.
There will always be a free plan, with no credit card required to sign up. Subscribe to support us as your business grows.
Selling in several currencies? Foreign payments are auto-converted at daily exchange rates into your team's currency, so every revenue metric stays comparable.
Why us
| SimpleStats | Plausible | Fathom | Baremetrics | Google Analytics | |
|---|---|---|---|---|---|
| Marketing attribution | |||||
| Revenue per channel | |||||
| User & Payment tracking | |||||
| MRR, churn & retention | |||||
| Ad spend & ROAS / CAC | |||||
| 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
For ambitious, growing projects.
No credit card required
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!