PHPackages                             sharils/phrofiler - 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. sharils/phrofiler

AbandonedArchivedLibrary

sharils/phrofiler
=================

Profile PHP snippets

1.0.0(10y ago)06AGPL-3.0PHPPHP ^5.6

Since Jan 7Pushed 10y agoCompare

[ Source](https://github.com/sharils/phrofiler)[ Packagist](https://packagist.org/packages/sharils/phrofiler)[ RSS](/packages/sharils-phrofiler/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

phrofiler
=========

[](#phrofiler)

PHP snippet profiler.

Install
-------

[](#install)

```
composer require sharils/phrofiler
```

Example
-------

[](#example)

```
./vendor/bin/phrofiler -s'$a = 4;' '$a === null' '!isset($a)' 'is_null($a)'
```

```
      snippet: $a === null
 timeFilename: /tmp/php-phrofiler-time-dc5a5e959c87e239e305ba72a7a461fd
wholeFilename: /tmp/php-phrofiler-whole-dc5a5e959c87e239e305ba72a7a461fd
         time: 0.0029055833816528 (average seconds)
        ratio: 100%

      snippet: !isset($a)
 timeFilename: /tmp/php-phrofiler-time-7466ec99408428ca9ad95b453d3c55fb
wholeFilename: /tmp/php-phrofiler-whole-7466ec99408428ca9ad95b453d3c55fb
         time: 0.0034789085388184 (average seconds)
        ratio: 84%

      snippet: is_null($a)
 timeFilename: /tmp/php-phrofiler-time-c848003afeaf7dd06e8d2c830fe63a4a
wholeFilename: /tmp/php-phrofiler-whole-c848003afeaf7dd06e8d2c830fe63a4a
         time: 0.0079437255859374 (average seconds)
        ratio: 37%

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community3

Small or concentrated contributor base

Maturity59

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

3778d ago

### Community

---

Top Contributors

[![sharils](https://avatars.githubusercontent.com/u/3063067?v=4)](https://github.com/sharils "sharils (38 commits)")

### Embed Badge

![Health badge](/badges/sharils-phrofiler/health.svg)

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

PHPackages © 2026

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