PHPackages                             valgorithms/pzconfighelper - 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. valgorithms/pzconfighelper

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

valgorithms/pzconfighelper
==========================

PZConfigHelper is a PHP tool designed to generate mod lists for Project Zomboid.

v1.0.0(1y ago)01MITPHPPHP &gt;=7.0

Since Dec 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Valgorithms/PZConfigHelper)[ Packagist](https://packagist.org/packages/valgorithms/pzconfighelper)[ RSS](/packages/valgorithms-pzconfighelper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PZConfigHelper
==============

[](#pzconfighelper)

PZConfigHelper is a PHP tool designed to generate mod lists for Project Zomboid from a specified directory structure. It scans directories to create lists of mod IDs and workshop items, and saves these lists to text files.

Installation
------------

[](#installation)

Clone the repository to your local machine:

```
git clone https://github.com/Valgorithms/PZConfigHelper.git
```

Navigate to the project directory:

```
cd PZConfigHelper
```

Install dependencies using Composer:

```
composer install
```

Usage
-----

[](#usage)

### Running the Example Script

[](#running-the-example-script)

Run the script with the `--path` option to specify the directory containing the mods:

```
php example.php --path='D:\\SteamLibrary\\steamapps\\workshop\\content\\108600'
```

This will generate three files in the current working directory:

- `Mods.txt`: Contains a list of mod names.
- `WorkshopItems.txt`: Contains a list of workshop item IDs.
- `Both.txt`: Contains a combined list of mod names and workshop item IDs.

### Using the PZConfigHelper Class in Your Own Scripts

[](#using-the-pzconfighelper-class-in-your-own-scripts)

You can also use the `PZConfigHelper` class in your own PHP scripts. Here is an example:

```
require_once 'vendor/autoload.php';

use PZConfigHelper\PZConfigHelper;

$path = 'D:\\SteamLibrary\\steamapps\\workshop\\content\\108600';
$helper = new PZConfigHelper($path);

// Manually regenerate the lists
$helper->generateModLists($path);

// Save the lists to files
$helper->saveToFile(getcwd());

// Access the generated lists directly
echo $helper->mods;
echo $helper->ids;
echo $helper->both;
```

License
-------

[](#license)

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

Author
------

[](#author)

Valithor Obsidion

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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

517d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f85d19ae7440b91717206e5e67342bae2dcc1c8de0a6f4333bbb75b18212d0f?d=identicon)[valzargaming](/maintainers/valzargaming)

---

Top Contributors

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

---

Tags

project-zomboidmod-listworkshop-items

### Embed Badge

![Health badge](/badges/valgorithms-pzconfighelper/health.svg)

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

PHPackages © 2026

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