lbajsarowicz/magento2-alior-bank-raty

N/A

dev-main 2024-11-22 23:18 UTC

This package is auto-updated.

Last update: 2024-11-22 23:18:04 UTC


README

Magento 2 Integration

Important

The extension published in this repository is solely a copy of the files from the official source provided by Alior Bank.

Installation

You should never install or upgrade extensions directly in the Production environment.

  1. Install extension package using Composer:

    composer require lbajsarowicz/magento2-alior-bank-raty
    
  2. Install extension to Magento

    bin/magento setup:upgrade
    
  3. Commit changes to composer.json, composer.lock and config.php to your Version Control system.

Why?

For many years, Alior Bank did not provide a way to get notifications about the new versions of extension being available for upgrade. Additionally, lack of Best Practices in the module caused countless issues with upgrades and compatibility.

How?

The Github Action behind this repository is checking daily for the new versions of extension and:

  1. Automatically extracts the ZIP file from Alior Bank website,
  2. Fetches the etc/module.xml version tag and creates a commit,
  3. Tags commit using version number from (2),
  4. Pushes changes to the repository.

As a result, Store Owners would receive notification from their Dependabot or Private Packagist about the new version being released.

Owners / Authors

This extension belongs and is officially maintained by Alior Bank

Maintainer

This Repository and automation was introduced by Ɓukasz Bajsarowicz.