PHPackages                             yogeshjoshi/laravel-time-logger - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. yogeshjoshi/laravel-time-logger

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

yogeshjoshi/laravel-time-logger
===============================

Laravel Time Logger is a lightweight and developer-friendly profiling utility for Laravel. It helps measure and log code execution time effortlessly, making performance debugging simple and efficient.

1.0.0(1y ago)06MITPHPPHP &gt;=8.0

Since Apr 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/yogesh-joshi-0333/laravel-time-logger)[ Packagist](https://packagist.org/packages/yogeshjoshi/laravel-time-logger)[ RSS](/packages/yogeshjoshi-laravel-time-logger/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

Scoped Timer for Laravel
========================

[](#scoped-timer-for-laravel)

A lightweight Laravel package that helps profile code execution time using RAII-style scoped timing.

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

[](#installation)

```
composer require yogeshjoshi/laravel-time-logger
```

Usage
-----

[](#usage)

```
using class

use LaravelTimeLogger\LaravelTimeLogger;

function exportCSV() {
    $timer = new LaravelTimeLogger("Export CSV");
    $timer->start();
    // do work here
    $timer->stop();
}

using helper function

$timer = timerlog('Helper test');
$timer->start();
// do work here
$timer->stop();
```

Publishing Config
-----------------

[](#publishing-config)

```
php artisan vendor:publish --tag=laravel-time-logger
```

Config Options
--------------

[](#config-options)

- `log_channel` — Where to log results (default: `daily`)
- `enabled` — Enable or disable timing

---

You're ready to go!

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance43

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

452d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8819177?v=4)[YOGESH JOSHI](/maintainers/yogeshjoshi)[@yogeshjoshi](https://github.com/yogeshjoshi)

---

Top Contributors

[![yogesh-joshi-0333](https://avatars.githubusercontent.com/u/27756725?v=4)](https://github.com/yogesh-joshi-0333 "yogesh-joshi-0333 (5 commits)")

---

Tags

laravelperformancedebuggingprofilingtimerscopedtime logger

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yogeshjoshi-laravel-time-logger/health.svg)

```
[![Health](https://phpackages.com/badges/yogeshjoshi-laravel-time-logger/health.svg)](https://phpackages.com/packages/yogeshjoshi-laravel-time-logger)
```

###  Alternatives

[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235358.7k](/packages/laracraft-tech-laravel-xhprof)[noisebynorthwest/php-spx

A simple &amp; straight-to-the-point PHP profiling extension with its built-in web UI

2.6k2.6k](/packages/noisebynorthwest-php-spx)[bavix/laravel-xhprof

Quick profiling of your code for Laravel

22157.5k](/packages/bavix-laravel-xhprof)[api-platform/laravel

API Platform support for Laravel

58171.8k14](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[mateffy/laraperf

Performance analysis toolkit for AI coding agents — SQL query profiling, N+1 detection, EXPLAIN ANALYZE, via Artisan commands outputting structured JSON.

101.7k](/packages/mateffy-laraperf)

PHPackages © 2026

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