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↓50%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 1mo ago

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 75% 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

1251d 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://www.gravatar.com/avatar/547bdaf70c4cca922046c6cffcf52f2886740986ea61b5625474b619b1f567c2?d=identicon)[jordanvector](/maintainers/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

[baldwin/magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data

281773.3k](/packages/baldwin-magento2-module-url-data-integrity-checker)[yireo/magento2-webp2

Magento 2 module to add WebP support to the Magento frontend

2091.2M7](/packages/yireo-magento2-webp2)[smile/module-store-delivery

Smile Store Delivery

23348.7k1](/packages/smile-module-store-delivery)[mage-os/module-theme-optimization

Page transitions and speculative loading rules for Magento

418.0k](/packages/mage-os-module-theme-optimization)[graycore/magento2-graphql-introspection-cache

1015.2k](/packages/graycore-magento2-graphql-introspection-cache)

PHPackages © 2026

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