Download the PHP package ironman-dev/module-baler without Composer

On this page you can find all versions of the php package ironman-dev/module-baler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-baler

Overview

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

Magento_Baler module introduces functionality to preload theme JS bundles configuration (core-bundle.js & requirejs-bundle-config.js) generated by Baler - tool for static analysis of Javascript dependencies.
This functionality is disabled by default and it can be enabled on the configuration page (Stores -> Configuration -> Advanced -> Developer -> 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:

  1. The following features should be disabled when Magento_Baler is enabled:
    • JS Bundling
    • JS Minification

How to install module

Using Git

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:

`

Using Composer package at repo.magento.com

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: `
  2. Run composer update command.
  3. bin/magento module:enable Magento_Baler
  4. bin/magento setup:upgrade

How to start with Baler

Getting started with the alpha

If you found a bug in this module, please open a new issue or refer to Code Of Conduct.


All versions of module-baler with dependencies

PHP Build Version
Package Version
Requires php Version ~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.0.0||~8.1.0
magento/framework Version *
magento/module-store Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ironman-dev/module-baler contains the following files

Loading the files please wait ...