Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.74 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.74 KB

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