PHPackages                             dotdecay/time-benchy - 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. dotdecay/time-benchy

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

dotdecay/time-benchy
====================

Benchmark Tool for measuring execution times

v1.0.1(3y ago)0313MITPHPPHP &gt;=7.4

Since Apr 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dotDecay/TimeBenchy)[ Packagist](https://packagist.org/packages/dotdecay/time-benchy)[ Docs](https://dotdecay.com)[ RSS](/packages/dotdecay-time-benchy/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Benchmark Class TimeBenchy
==========================

[](#benchmark-class-timebenchy)

Small benchmark tool for measuring execution times.

Usage
-----

[](#usage)

```
$timeBenchy = new TimeBenchy();
$timeBenchy->mark('Start');
// [... some code here ...]
$timeBenchy->mark('After function X');
// [... some code here ...]
$timeBenchy->mark('After Database call');
// [... some code here ...]
$timeBenchy->mark('End');
$timeBenchy->printStats();
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

1116d ago

### Community

Maintainers

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

---

Top Contributors

[![asolbrig-mpunkt](https://avatars.githubusercontent.com/u/132357693?v=4)](https://github.com/asolbrig-mpunkt "asolbrig-mpunkt (2 commits)")

### Embed Badge

![Health badge](/badges/dotdecay-time-benchy/health.svg)

```
[![Health](https://phpackages.com/badges/dotdecay-time-benchy/health.svg)](https://phpackages.com/packages/dotdecay-time-benchy)
```

###  Alternatives

[kevinchappell/form-builder

jQuery formBuilder

2.7k6.9k2](/packages/kevinchappell-form-builder)

PHPackages © 2026

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