PHPackages                             radmen/gitfuzz - 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. radmen/gitfuzz

ActiveProject

radmen/gitfuzz
==============

Simple CLI app to make fuzz in git repo Edit

010PHP

Since Jan 31Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

gitfuzz
=======

[](#gitfuzz)

Simple CLI app to make fuzz in git repo

Usage
=====

[](#usage)

To work gitfuzz requires generating [config file](#configuration).

Ater that run this command in GIT repo root directory:

```
gitfuzz
```

Configuration
=============

[](#configuration)

gitfuzz uses `.gitfuzz` config file which is located in working directory.

To create it run:

```
gitfuzz init
```

Example of `.gitfuzz` file:

```
{
    "authors": [
        "Hilbert Greenholt ",
        "Charlie Wisozk ",
        "Earline Willms ",
        "Ruben Schmeler ",
        "Laila Ullrich ",
        "Milan Harvey "
    ],
    "commits": {
        "min": 1,
        "max": 10
    }
}
```

- `authors` array of fake commit authors
- `commits.min` lower value of randomly generated number of commits
- `commits.max` upper value of randomly generated number of commits

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/488bdbbb3187d1f4f6d9c92f0c716ad413f5e7fe53d3ec5ffefb37cfcad4ecf6?d=identicon)[radmen](/maintainers/radmen)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/radmen-gitfuzz/health.svg)

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

PHPackages © 2026

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