lyranetwork/plugin-magento-embedded

Lyra Network embedded payment module for Magento 2

Maintainers

Package info

github.com/lyra/plugin-magento-embedded

Type:magento2-module

pkg:composer/lyranetwork/plugin-magento-embedded

Transparency log

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-08-18 09:53 UTC

This package is auto-updated.

Last update: 2026-08-24 09:17:35 UTC


README

Lyra Collect for Magento 2 is an open source plugin that links e-commerce websites based on Magento to Lyra Collect secure payment gateway developed by Lyra Network.

Installation & upgrade

  • Require the plugin with composer
composer require lyranetwork/plugin-magento-embedded dev-lyra
  • Enable module
php bin/magento module:enable --clear-static-content Lyranetwork_LyraEmbedded
  • Upgrade database
php bin/magento setup:upgrade
  • Re-run compile command
php bin/magento setup:di:compile
  • Update static files
php bin/magento setup:static-content:deploy [locale]
  • In order to deactivate the module
php bin/magento module:disable --clear-static-content Lyranetwork_LyraEmbedded

Configuration

  • In Magento 2 administration interface, browse to STORES > Configuration menu.
  • Go to SALES section and clic on the link Payment Methods .
  • Expand Lyra Collect Embedded payment method and click on Configure the payment form button to enter your gateway credentials.
  • Click Magento Save button to register configuration to database.
  • Refresh invalidated Magento cache after config saved.

License

Each Lyra Collect payment module source file included in this distribution is licensed under the Open Software License (OSL 3.0).

Please see LICENSE.txt for the full text of the OSL 3.0 license. It is also available through the world-wide-web at this URL: https://opensource.org/licenses/osl-3.0.php.