PHPackages                             flame/module-installer - 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. flame/module-installer

ActiveComposer-installer[Utility &amp; Helpers](/categories/utility)

flame/module-installer
======================

Custom installer for Nette modules

v0.1.2(12y ago)123.8k↓25%11BSD-3PHPPHP &gt;= 5.3.0

Since Jul 28Pushed 12y ago1 watchersCompare

[ Source](https://github.com/flame-org/Nette-Module-Installer)[ Packagist](https://packagist.org/packages/flame/module-installer)[ Docs](https://github.com/flame-org/Nette-Module-Installer)[ RSS](/packages/flame-module-installer/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (4)Used By (1)

Nette Module Installer
======================

[](#nette-module-installer)

This is a [custom installer](http://getcomposer.org/doc/articles/custom-installers.md) for Composer packaging system which helps installing Nette Modules.

Creating an Module
------------------

[](#creating-an-module)

To create a new **Nette Module**, simply create it as a *Composer package*. There are only a few differences from normal Composer packages:

1. Set *type* to `nette-module`
2. Add this installer as a requirement: `flame/module-installer: @dev`
3. Set **extra** section of composer.json

Here is an example:

```
{
	"extra": {
		"module": {
			"class": "Flame\\CMS\\ErrorModule\\DI\\ErrorExtension",
			"name": "Error"
		}
	}
}
```

**Name** is optional

Look at this [composer.json](https://github.com/flame-cms/Angular-Module/blob/master/composer.json) for full example.

Your extension will be added into app/config/extensions.(php|neon) file

*Please create first the file with php or neon extension*

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~12 days

Total

3

Last Release

4688d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25aa07e004e9743a4332fbcfd17628e92f82c6457916442530850183cf7c0bf3?d=identicon)[jsifalda](/maintainers/jsifalda)

---

Top Contributors

[![jsifalda](https://avatars.githubusercontent.com/u/1549390?v=4)](https://github.com/jsifalda "jsifalda (33 commits)")[![juzna](https://avatars.githubusercontent.com/u/227416?v=4)](https://github.com/juzna "juzna (22 commits)")

---

Tags

netteinstallermodules

### Embed Badge

![Health badge](/badges/flame-module-installer/health.svg)

```
[![Health](https://phpackages.com/badges/flame-module-installer/health.svg)](https://phpackages.com/packages/flame-module-installer)
```

###  Alternatives

[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k417.9M1.7k](/packages/nette-utils)[nette/php-generator

🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.5 features.

2.3k69.7M716](/packages/nette-php-generator)[nette/robot-loader

🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.

89354.3M346](/packages/nette-robot-loader)[nette/component-model

⚛ Nette Component Model

28716.8M101](/packages/nette-component-model)[typo3/cms-composer-installers

TYPO3 CMS Installers

6114.3M62](/packages/typo3-cms-composer-installers)[contributte/di

Extra contrib to nette/di

465.9M18](/packages/contributte-di)

PHPackages © 2026

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