PHPackages                             thelia/product-status-module - 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/product-status-module

ActiveThelia-module[Utility &amp; Helpers](/categories/utility)

thelia/product-status-module
============================

ProductStatus module for Thelia

1.0.10(4y ago)02342LGPL-3.0-or-laterPHP

Since Oct 5Pushed 4y ago6 watchersCompare

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

READMEChangelog (6)Dependencies (1)Versions (13)Used By (0)

Product Status
==============

[](#product-status)

Add a short description here. You can also add a screenshot if needed.

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

[](#installation)

### Manually

[](#manually)

- Copy the module into `/local/modules/` directory and be sure that the name of the module is ProductStatus.
- Activate it in your thelia administration panel

### Composer

[](#composer)

Add it in your main thelia composer.json file

```
composer require thelia/product-status-module:~1.0

```

Usage
-----

[](#usage)

You can create status in module/configuration and associate it in each modules tab's product. The status will show a decription and a code on the product page in front-office

Hook
----

[](#hook)

hook `module.configuration` is used for configuration page

hook `product.tab-content` is used to display module in the modules tab of each product

hook `product.bottom` is used to dislay status content un frontOffice

Loop
----

[](#loop)

If your module declare one or more loop, describe them here like this :

\[ProductProductStatusLoop\]

VariableDescription$LOCALElanguage variable$STATUS\_IDthe status id of the current product$STATUS\_COLORthe status color of th current product$STATUS\_DESCRIPTIONthe status description of the current product$STATUS\_BO\_TITLEthe status name of the current product in backOffice$STATUS\_TITLEthe status name of the current product\[ProductStatusLoop\]

VariableDescription$LOCALElanguage variable$IDthe id of the status$COLORthe color of the status$DESCRIPTIONthe description status$TITLEthe name of the status in frontOffice$BO\_TITLEthe name of the status in backOffice$CODEthe code of the status$UPDATED\_ATthe last updated time of the status$CREATED\_ATthe created time of the status### Input arguments

[](#input-arguments)

ArgumentDescriptionidfilter by on one or more IDcodefilter by codeprotecteddisplay protected status if true, unprotected ones if falseorderorder the result (alpha, alpha-reverse, random , given\_id )### Exemple

[](#exemple)

```
{if $STATUS_ID !== 1 and !empty($STATUS_TITLE)}

        {$STATUS_TITLE|upper}

        {if $STATUS_DESCRIPTION}

                {$STATUS_TITLE} : {$STATUS_DESCRIPTION}

        {/if}

{/if}

{if $STATUS_ID !== 1 and !empty($STATUS_TITLE)}

        {$STATUS_TITLE|upper}

        {if $STATUS_DESCRIPTION}

                {$STATUS_TITLE} : {$STATUS_DESCRIPTION}

        {/if}

{/if}

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.7% 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 ~4 days

Total

11

Last Release

1633d ago

### Community

Maintainers

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

---

Top Contributors

[![LucasCRENAIS](https://avatars.githubusercontent.com/u/70516001?v=4)](https://github.com/LucasCRENAIS "LucasCRENAIS (43 commits)")[![lopes-vincent](https://avatars.githubusercontent.com/u/6057206?v=4)](https://github.com/lopes-vincent "lopes-vincent (1 commits)")

### Embed Badge

![Health badge](/badges/thelia-product-status-module/health.svg)

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

PHPackages © 2026

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