PHPackages                             skounis/blellow\_helper - 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. skounis/blellow\_helper

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

skounis/blellow\_helper
=======================

Additional functionality required by the Blellow Theme for Futurium D8 website

01.5k1[1 issues](https://github.com/skounis/blellow_helper/issues)PHP

Since Aug 7Pushed 5y agoCompare

[ Source](https://github.com/skounis/blellow_helper)[ Packagist](https://packagist.org/packages/skounis/blellow_helper)[ RSS](/packages/skounis-blellow-helper/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Blellow Theme Helper
====================

[](#blellow-theme-helper)

This module offers some additional functionality that might come in useful for the Blellow theme.

Here is an overview of the features it offers:

Additional Twig filters
-----------------------

[](#additional-twig-filters)

> Work in progress

### format\_size

[](#format_size)

The `format_size` filter gives an easy way to display file sizes in human readable format.

*Example*

If the variable `{{ filesize }}` contains the number `123456`:

```
{{ filesize|format_size }}

```

Output: `120.56 KB`.

### to\_language

[](#to_language)

The `to_language` filter will convert a language code into the full language name in the current language. Please note that for this to work the language should be enabled, and be translated in the current language.

This filter works great in conjunction with the [OpenEuropa Multilingual](https://github.com/openeuropa/oe_multilingual) module which includes all translations of the European language names.

*Example*

If the variable `{{ langcode }}` contains `es` and the current language is English:

```
{{ langcode|to_language }}

```

Output: `Spanish`.

### to\_native\_language

[](#to_native_language)

The `to_native_language` filter will convert a language code into the full language name in the native language. Please note that for this to work the language should be enabled, and be translated in the its own native language.

This filter works great in conjunction with the [OpenEuropa Multilingual](https://github.com/openeuropa/oe_multilingual) module which includes all native translations of the European language names.

*Example*

If the variable `{{ langcode }}` contains `es`:

```
{{ langcode|to_nativelanguage }}

```

Output: `Español`.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/15c04a6b3f1cae278b565af874b44924598ddcbd34f2f4ee3828bc12bfd600ae?d=identicon)[skounis@gmail.com](/maintainers/skounis@gmail.com)

---

Top Contributors

[![skounis](https://avatars.githubusercontent.com/u/690575?v=4)](https://github.com/skounis "skounis (41 commits)")

### Embed Badge

![Health badge](/badges/skounis-blellow-helper/health.svg)

```
[![Health](https://phpackages.com/badges/skounis-blellow-helper/health.svg)](https://phpackages.com/packages/skounis-blellow-helper)
```

PHPackages © 2026

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