PHPackages                             ironman-dev/module-baler - 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. ironman-dev/module-baler

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

ironman-dev/module-baler
========================

Module that preloads theme JS bundles configurations generated by Baler.

1.2(3y ago)04.3k↓90%OSL-3.0PHPPHP ~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.0.0||~8.1.0

Since Apr 2Pushed 3y agoCompare

[ Source](https://github.com/IRONMAN-DEV/m2-baler)[ Packagist](https://packagist.org/packages/ironman-dev/module-baler)[ RSS](/packages/ironman-dev-module-baler/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

Overview
========

[](#overview)

**It's non-official module yet. Just for alpha testing!**
---------------------------------------------------------

[](#its-non-official-module-yet-just-for-alpha-testing)

Magento\_Baler module introduces functionality to preload theme JS bundles configuration (core-bundle.js &amp; requirejs-bundle-config.js) generated by [Baler](https://github.com/magento/baler/) - tool for static analysis of Javascript dependencies.
This functionality is disabled by default and it can be enabled on the configuration page (Stores -&gt; Configuration -&gt; Advanced -&gt; Developer -&gt; Javascript Settings).
Developer settings is not displayed in production mode. To enable this feature in production mode, the CLI command `bin/magento config:set dev/js/enable_baler_js_bundling 1` can be used.

### What is not implemented in this module yet:

[](#what-is-not-implemented-in-this-module-yet)

1. The following features should be disabled when Magento\_Baler is enabled:
    - JS Bundling
    - JS Minification

### How to install module

[](#how-to-install-module)

#### Using Git

[](#using-git)

```
mkdir app/code/Magento
git clone https://github.com/magento/m2-baler.git app/code/Magento/Baler
bin/magento setup:upgrade
```

#### Using Composer

[](#using-composer)

Open you `composer.json` and change `"minimum-stability": "stable"` to `"minimum-stability": "dev"` and add `"prefer-stable": true`.

This means that composer will always use stable package unless there is one. If there is no stable package it will use dev version, then run:

```
composer config repositories.magento-baler vcs git@github.com:magento/m2-baler.git
composer require magento/module-baler:dev-master
bin/magento module:enable Magento_Baler
bin/magento setup:upgrade

```

#### Using Composer package at `repo.magento.com`

[](#using-composer-package-at-repomagentocom)

This module is available as alpha composer package on `repo.magento.com`. This package works both with 2.3.x and 2.4.x Magento releases.

Steps to install it:

1. Add `"magento/module-baler": "1.0.0-alpha"` to `require` section of `composer.json`
    So, `require` section looks like: ```
        "require": {
            "magento/product-community-edition": "2.3.4",
            "magento/module-baler": "1.0.0-alpha"
        },

    ```
2. Run `composer update` command.
3. `bin/magento module:enable Magento_Baler`
4. `bin/magento setup:upgrade`

### How to start with Baler

[](#how-to-start-with-baler)

[Getting started with the alpha](https://github.com/magento/baler/blob/master/docs/ALPHA.md)

If you found a bug in this module, please [open a new issue](https://github.com/magento/m2-baler/issues/new) or refer to [Code Of Conduct](.github/CODE_OF_CONDUCT.md).

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 55.6% 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 ~382 days

Total

3

Last Release

1298d ago

PHP version history (2 changes)1.0PHP ~7.1.3||~7.2.0||~7.3.0||~7.4.0

1.2PHP ~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.0.0||~8.1.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6155117?v=4)[Jordan Schinella](/maintainers/jordanvector)[@jordanvector](https://github.com/jordanvector)

---

Top Contributors

[![adifucan](https://avatars.githubusercontent.com/u/6827593?v=4)](https://github.com/adifucan "adifucan (10 commits)")[![jordanvectorim](https://avatars.githubusercontent.com/u/156531393?v=4)](https://github.com/jordanvectorim "jordanvectorim (4 commits)")[![jordanvector](https://avatars.githubusercontent.com/u/6155117?v=4)](https://github.com/jordanvector "jordanvector (1 commits)")[![mmansoor-magento](https://avatars.githubusercontent.com/u/5124019?v=4)](https://github.com/mmansoor-magento "mmansoor-magento (1 commits)")[![rafaelstz](https://avatars.githubusercontent.com/u/610598?v=4)](https://github.com/rafaelstz "rafaelstz (1 commits)")[![rqsakai](https://avatars.githubusercontent.com/u/1054239?v=4)](https://github.com/rqsakai "rqsakai (1 commits)")

### Embed Badge

![Health badge](/badges/ironman-dev-module-baler/health.svg)

```
[![Health](https://phpackages.com/badges/ironman-dev-module-baler/health.svg)](https://phpackages.com/packages/ironman-dev-module-baler)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.4M1](/packages/fastly-magento2)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[fishpig/magento2-wordpress-integration

Securely integrate WordPress and Magento 2.

83369.2k7](/packages/fishpig-magento2-wordpress-integration)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

244.9k2](/packages/zwernemann-module-withdrawal)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1860.2k](/packages/myparcelnl-magento)

PHPackages © 2026

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