PHPackages                             adiafora/measure - 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. adiafora/measure

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

adiafora/measure
================

The package for measuring the time spent on script execution. Also to measure the memory expended

1.1(4y ago)128MITPHPPHP ^7.4.0 | ^8.0.0

Since Jan 24Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

Measure
=======

[](#measure)

A simple package for measuring the time spent on script execution. Also to measure the memory spent.

Install
-------

[](#install)

Run:

```
    composer require --dev adiafora/measure
```

Usage
-----

[](#usage)

### Usage facade

[](#usage-facade)

First you need to call the timeStart() method.

```
    timeStart();
```

From this moment, the countdown of time and memory spent will begin. Next, you can call the timeDump() or timeDd() method anywhere in your application.

```
    timeDump();
    // or
    timeDd();
```

You can continue to call one of the information output methods. You can also restart the counter by calling the timeStart() method.

License
-------

[](#license)

The MIT License (MIT). Please see License File for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~0 days

Total

2

Last Release

1571d ago

### Community

Maintainers

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

---

Top Contributors

[![adiafora](https://avatars.githubusercontent.com/u/53189193?v=4)](https://github.com/adiafora "adiafora (3 commits)")

---

Tags

laraveldebugmeasure

### Embed Badge

![Health badge](/badges/adiafora-measure/health.svg)

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)[lsrur/inspector

Laravel Inspector, debugging and profiling tools for Web Artisans

23441.1k](/packages/lsrur-inspector)[daylerees/anbu

The Anbu profiler for Laravel 4.

3054.9k](/packages/daylerees-anbu)[adobrovolsky97/illuminar

Debug tool for Laravel Framework

2397.1k](/packages/adobrovolsky97-illuminar)

PHPackages © 2026

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