Skip to content

akunzai/MageBridgeCore

Repository files navigation

MageBridgeCore

Build Status

This is the repository for the MageBridge Open Core. It includes the main Joomla! component as well as vital plugins, plus the Magento extension. With it, a fully bridged site can be built.

Requirements

Getting Started

# install dependencies
composer install --ignore-platform-reqs

# check coding style
composer run lint

# static code analysis
composer run phpstan

# build the Joomla! extension. The `pkg_magebridge.zip` can be found in the `dist/` directory
./build.sh

Installation

Joomla!

see here for details

Navigate to System->Install->Extensions in Joomla! backend and upload the package file pkg_magebridge.zip to install

You can get notified once a new version is released and update this extension through Joomla! admin UI

OpenMage

modman is required, see here for details

# install
modman clone MageBridge https://github.com/akunzai/MageBridgeCore.git

# update
modman update MageBridge

History of this extension