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.
# 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
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
# install
modman clone MageBridge https://github.com/akunzai/MageBridgeCore.git
# update
modman update MageBridge
- Jisse Reitsma created the MageBridgeCore
- Charley Wu continue the MageBridgeCore and make it compatible with Joomla! 4.x