PHPackages                             liuxiaoyucc/timekeeper - 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. liuxiaoyucc/timekeeper

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

liuxiaoyucc/timekeeper
======================

php timekeeper

v1.0.0(5y ago)115MITPHP

Since Oct 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/liuxiaoyucc/timekeeper)[ Packagist](https://packagist.org/packages/liuxiaoyucc/timekeeper)[ RSS](/packages/liuxiaoyucc-timekeeper/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

timekeeper
==========

[](#timekeeper)

php代码执行时长计时器

use
---

[](#use)

```
composer require liuxiaoyucc/timekeeper

// 引入autoload.php; 引入插件
require 'vendor/autoload.php';
use liuxiaoyucc\timekeeper\TimeKeeper;

// 初始化TimeKeeper
$keeper = new TimeKeeper();

// 开始计时
$keeper->start;

// 结束计时
$keeper->end;

// 输出用时 ms
echo $keeper->consumeTime();

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2081d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33248133?v=4)[liuxy](/maintainers/liuxiaoyucc)[@liuxiaoyucc](https://github.com/liuxiaoyucc)

---

Top Contributors

[![liuxiaoyucc](https://avatars.githubusercontent.com/u/33248133?v=4)](https://github.com/liuxiaoyucc "liuxiaoyucc (6 commits)")

---

Tags

phptimekeeper

### Embed Badge

![Health badge](/badges/liuxiaoyucc-timekeeper/health.svg)

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

PHPackages © 2026

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