PHPackages                             astatroth/laravel-timer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. astatroth/laravel-timer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

astatroth/laravel-timer
=======================

A small tool to measure operations execution time.

824.3k↑50%5[1 issues](https://github.com/Astatroth/laravel-timer/issues)PHP

Since Aug 13Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Astatroth/laravel-timer)[ Packagist](https://packagist.org/packages/astatroth/laravel-timer)[ RSS](/packages/astatroth-laravel-timer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-timer
=============

[](#laravel-timer)

[![Total Downloads](https://camo.githubusercontent.com/29500a300014d59cb1055f1fa94272e8b96118be9085316e4952f0c869018743/68747470733a2f2f706f7365722e707567782e6f72672f6173746174726f74682f6c61726176656c2d74696d65722f642f746f74616c2e737667)](https://packagist.org/packages/astatroth/laravel-timer)

A small tool to measure operations execution time.

Installation
============

[](#installation)

```
composer require "astatroth/laravel-timer":"dev-master"

```

Add the service provider ...

```
Astatroth\LaravelTimer\LaravelTimerServiceProvider::class,
```

or if you use Lumen

```
Astatroth\LaravelTimer\LumenTimerServiceProvider::class,
```

... and facade:

```
'Timer' => Astatroth\LaravelTimer\Timer::class,
```

Usage
=====

[](#usage)

Just start the Timer with

```
Timer::timerStart('timer-name');
```

> If you start and stop the same timer multiple times, the measured intervals will be accumulated.

Reading specified timer current time:

```
Timer::timerRead('timer-name);
```

Stop the timer:

```
Timer::timerStop('timer-name');
```

Have fun! ;)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/2cb3bd9527851fd165a7e5f26e2ea18a42c426e4598ad857fb12cb828e2c694a?d=identicon)[Astatroth](/maintainers/Astatroth)

---

Top Contributors

[![Astatroth](https://avatars.githubusercontent.com/u/9015943?v=4)](https://github.com/Astatroth "Astatroth (12 commits)")[![atefBB](https://avatars.githubusercontent.com/u/10966925?v=4)](https://github.com/atefBB "atefBB (1 commits)")[![jfretin](https://avatars.githubusercontent.com/u/120841?v=4)](https://github.com/jfretin "jfretin (1 commits)")

### Embed Badge

![Health badge](/badges/astatroth-laravel-timer/health.svg)

```
[![Health](https://phpackages.com/badges/astatroth-laravel-timer/health.svg)](https://phpackages.com/packages/astatroth-laravel-timer)
```

###  Alternatives

[magekey/module-bestseller-widget

Magento 2 Bestseller Widget

1618.6k](/packages/magekey-module-bestseller-widget)

PHPackages © 2026

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