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

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

thelia/installer
================

custom installer for Thelia.

1.5(1y ago)194.2k↑87%120LGPL-3.0-or-laterPHP

Since Sep 1Pushed 12mo ago2 watchersCompare

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

READMEChangelog (8)Dependencies (2)Versions (10)Used By (20)

Custom installer for [Composer](http://getcomposer.org)
=======================================================

[](#custom-installer-for-composer)

This installer allows you to install module and templates using composer. We created special `type` for Thelia

You can now create module and submit them on [packagist.org](http://packagist.org)

List of special types :

- `thelia-module` =&gt; install your module in `local/module`
- `thelia-frontoffice-template` =&gt; install your template in `templates/frontOffice`
- `thelia-backoffice-template` =&gt; install your template in `templates/backOffice`
- `thelia-email-template` =&gt; install your template in `templates/email`
- `thelia-pdf-template` =&gt; install your template in `templates/pdf`

Example `composer.json` file
----------------------------

[](#example-composerjson-file)

```
{
    "name": "thelia/hooktest-module",
    "type": "thelia-module",
    "require": {
        "thelia/installer": "~1.0"
    }
}
```

This would install your module in `local/modules/hookstest-module`

You certainly notice that `hooktest-module` is not a valid name for a Thelia module. In fact [packagist.org](http://packagist.org) doesn't allow package in uppercase. For fixing this, you must use an extra param in your composer.json

```
{
    "name": "thelia/hooktest-module",
    "type": "thelia-module",
    "require": {
        "thelia/installer": "~1.0"
    },
    "extra": {
        "installer-name": "HookTest"
    }
}
```

With this new section, your module will be install now in `local/modules/HookTest`

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance43

Moderate activity, may be stable

Popularity32

Limited adoption so far

Community33

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~519 days

Recently: every ~880 days

Total

8

Last Release

644d ago

Major Versions

0.2 → 1.02014-09-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2196919?v=4)[thelia](/maintainers/thelia)[@thelia](https://github.com/thelia)

---

Top Contributors

[![lunika](https://avatars.githubusercontent.com/u/767834?v=4)](https://github.com/lunika "lunika (10 commits)")[![anoziere](https://avatars.githubusercontent.com/u/118798868?v=4)](https://github.com/anoziere "anoziere (5 commits)")[![lopes-vincent](https://avatars.githubusercontent.com/u/6057206?v=4)](https://github.com/lopes-vincent "lopes-vincent (4 commits)")[![lovenunu](https://avatars.githubusercontent.com/u/6106094?v=4)](https://github.com/lovenunu "lovenunu (1 commits)")

---

Tags

TheliaThelia-moduleThelia-template

### Embed Badge

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

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

###  Alternatives

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)[olvlvl/composer-attribute-collector

A convenient and near zero-cost way to retrieve targets of PHP 8 attributes

184108.8k8](/packages/olvlvl-composer-attribute-collector)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)

PHPackages © 2026

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