PHPackages                             metamods/php-modpack-builder - 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. metamods/php-modpack-builder

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

metamods/php-modpack-builder
============================

Minecraft modpack MetaMods like format builder

1.0.2(7mo ago)03MITPHPPHP ^8.1

Since Nov 14Pushed 7mo agoCompare

[ Source](https://github.com/MetaMods-MC/PHP-ModPack-Builder)[ Packagist](https://packagist.org/packages/metamods/php-modpack-builder)[ RSS](/packages/metamods-php-modpack-builder/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

PHP ModPack Builder
===================

[](#php-modpack-builder)

Minecraft modpack MetaMods like format builder.

Requirements
------------

[](#requirements)

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

[](#installation)

Use composer to install this package:

```
composer require metamods/php-modpack-builder
```

Usage
-----

[](#usage)

Create instance of Modpack:

```
use MetaMods\Modpack;

$modpack = Modpack::create($name, $version, $summary);
```

Pass `name` of your modpack, optional `version` and optional `summary` as description.

To add some resource use next:

```
use MetaMods\Resources\Mod;

$modpack->add(new Mod('ae2'));
```

If you want to add multiple resources:

```
$modpack->add([
    new Mod('ae2'),
    new Mod('industrial-craft')
]);
```

And then build your modpack:

```
$modpack->build();
```

Supported resource types
------------------------

[](#supported-resource-types)

### Mods

[](#mods)

```
use MetaMods\Resources\Mod;

$mod = new Mod('ae2');
```

You can find the entire [mod catalog](https://metamods.net/mods) on MetaMods.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance63

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Every ~1 days

Total

3

Last Release

229d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27821679?v=4)[Виталий](/maintainers/DontFollow)[@DontFollow](https://github.com/DontFollow)

---

Top Contributors

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

---

Tags

phpbuilderresourceminecraftmodsModmodpack

### Embed Badge

![Health badge](/badges/metamods-php-modpack-builder/health.svg)

```
[![Health](https://phpackages.com/badges/metamods-php-modpack-builder/health.svg)](https://phpackages.com/packages/metamods-php-modpack-builder)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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