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

ActiveLibrary

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

Minecraft modpack MetaMods like format builder

1.0.2(6mo ago)03MITPHPPHP ^8.1

Since Nov 14Pushed 6mo 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 1mo ago

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

33

—

LowBetter than 75% of packages

Maintenance69

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

183d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80e86aebdddbdbda4c9967b8c157eea71f13cc1437d551d42d8338e68a352df3?d=identicon)[DontFollow](/maintainers/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

[gmostafa/php-graphql-client

GraphQL client and query builder.

3217.6M25](/packages/gmostafa-php-graphql-client)[nimbly/activeresource

Use a RESTful resource based API like a database

1043.5k](/packages/nimbly-activeresource)

PHPackages © 2026

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