PHPackages                             kbaas/exestat - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. kbaas/exestat

ActiveLibrary

kbaas/exestat
=============

Analyze performance for Laravel requests

1.0.5(2y ago)227MITPHPPHP ^8.1

Since Oct 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/baaskoen/exestat)[ Packagist](https://packagist.org/packages/kbaas/exestat)[ RSS](/packages/kbaas-exestat/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (9)Used By (0)

Laravel ExeStat
===============

[](#laravel-exestat)

ExeStat provides a simple way to analyze the performance of your Laravel application:

- See how long your requests take.
- See a timeline of your requests and find out which parts of the code are slow.
- See how many queries are done and which ones are duplicated.
- Allows you to add custom "breakpoints" to your timeline.

[![Request detail](./img/detail.png)](./img/detail.png)

Installation
------------

[](#installation)

Run the following artisan command:

```
composer require kbaas/exestat
```

Usage
-----

[](#usage)

Visit the `/exestat` route in your back-end (e.g.: [127.0.0.1:8000/exestat](http://127.0.0.1:8000/exestat)).

### Add timeline breakpoints

[](#add-timeline-breakpoints)

You can record custom breakpoints for your timeline:

```
exestat()->record('Before some code');
sleep(1);
exestat()->record('After some code', 'Some addition comments on this event');
```

Configuration
-------------

[](#configuration)

You can publish the config file with the following artisan command:

```
php artisan vendor:publish --tag=exestat
```

This will create a `config/exestat.php`

### Event capturing

[](#event-capturing)

By default, all events will be captured and shown in the timeline. You can disable this:

```
'capture_events' => false,
```

We already have Telescope, Debugbar etc., why use ExeStat?
----------------------------------------------------------

[](#we-already-have-telescope-debugbar-etc-why-use-exestat)

There are already excellent tools available like Telescope, Debugbar, Clockwork and many more.

However, I just wanted a very lightweight and simple tool that can easily be accessed by just going to `/exestat`without requiring additional setup. It aims to **not** slow down your requests (by caching one array per request).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~18 days

Total

6

Last Release

855d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cac58bf2c9958c5695607df12979348b560c0aa1466f27ca66a8237f42d56b5d?d=identicon)[kbaas](/maintainers/kbaas)

---

Top Contributors

[![baaskoen](https://avatars.githubusercontent.com/u/10828997?v=4)](https://github.com/baaskoen "baaskoen (15 commits)")[![qlic-koen](https://avatars.githubusercontent.com/u/78430280?v=4)](https://github.com/qlic-koen "qlic-koen (5 commits)")

### Embed Badge

![Health badge](/badges/kbaas-exestat/health.svg)

```
[![Health](https://phpackages.com/badges/kbaas-exestat/health.svg)](https://phpackages.com/packages/kbaas-exestat)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
