PHPackages                             muzzlefork/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. muzzlefork/timer

ActiveLibrary

muzzlefork/timer
================

Basic script timers

v0.1.0(12y ago)015MITPHPPHP &gt;=5.3.0

Since Jul 29Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

muzzlefork/timers
=================

[](#muzzleforktimers)

Basic composer package for PHP allowing you to time actions.

Installation: `composer require "muzzlefork/timer 0.1.*"`

Usage:

```
$t = MuzzleFork\Timer::get('x'); // Timers are inactive when started
$t->resume('Starting API call');
// do some heavy work
$t->pause('API command completed');
// go and do something else
$t->resume('Starting new API call');
$t->pause('Some other message');

echo $t->getTotal();
```

Of note:

- When you create a timer, it is inactive, so you should -&gt;start() or -&gt;resume() it.
- You can pass a message to -&gt;resume($msg) and -&gt;pause($msg) which can be handy when getting the full list out.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

4667d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05eefc501e603f89b18b81e1465eb1a23eb7c0441fac11216ea5d87e099282c9?d=identicon)[MuzzleFork](/maintainers/MuzzleFork)

---

Top Contributors

[![MuzzleFork](https://avatars.githubusercontent.com/u/376836?v=4)](https://github.com/MuzzleFork "MuzzleFork (7 commits)")

### Embed Badge

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

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

PHPackages © 2026

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