PHPackages                             zonuexe/phfizer - 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. zonuexe/phfizer

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

zonuexe/phfizer
===============

Phfizer - PHP File Analyzer

v0.1.1(1mo ago)2181MPL-2.0PHPPHP &gt;=8.3

Since Apr 17Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/zonuexe/phfizer)[ Packagist](https://packagist.org/packages/zonuexe/phfizer)[ RSS](/packages/zonuexe-phfizer/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (16)Versions (8)Used By (0)

Phfizer - PHP File Analyzer
===========================

[](#phfizer---php-file-analyzer)

Warning

This tool is in the early stages of development and only the PSR-1 checker has been implemented. All features and interfaces are subject to change without notice.

How to use
----------

[](#how-to-use)

```
% ./bin/phfizer analyze -- src/ tests/ | awk '$2 != "" {print $0}'
tests/Analyzer/data/mixed-sideeffects/mixed-function.php	MIXED_SIDE_EFFECTS
```

Parallel processing
-------------------

[](#parallel-processing)

Files are analyzed in parallel by splitting them across worker subprocesses, one batch per CPU thread. The main process spawns the workers, which each emit their results as ND-JSON, and the main process aggregates them. Output is identical to a sequential run.

OptionDescription`--jobs=N`, `-j N`Number of parallel jobs (`0` = auto-detect CPU threads, the default).`--no-parallel`Analyze sequentially in a single process.```
% ./bin/phfizer analyze -j 8 -- src/ tests/
% ./bin/phfizer analyze --no-parallel -- src/ tests/
```

Caching
-------

[](#caching)

Analysis results are cached by the hash of each file's contents, so re-running over unchanged files skips parsing and returns instantly. The cache key depends only on the contents, so identical or renamed files share an entry and editing a file invalidates only that entry.

OptionDescription`--cache-dir=DIR`Directory to store the cache (defaults to `phfizer/` under the system temp directory).`--no-cache`Disable the cache for this run.```
% ./bin/phfizer analyze --cache-dir=.phfizer-cache -- src/ tests/
% ./bin/phfizer analyze --no-cache -- src/ tests/
```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance94

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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 ~129 days

Recently: every ~0 days

Total

7

Last Release

32d ago

### Community

Maintainers

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

---

Top Contributors

[![zonuexe](https://avatars.githubusercontent.com/u/822086?v=4)](https://github.com/zonuexe "zonuexe (26 commits)")[![nsfisis](https://avatars.githubusercontent.com/u/54318333?v=4)](https://github.com/nsfisis "nsfisis (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/zonuexe-phfizer/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136406.3k14](/packages/rector-rector-src)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)

PHPackages © 2026

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