madj2k / t3-shopware-connector
Connect you TYPO3 with ShopWare
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
pkg:composer/madj2k/t3-shopware-connector
Requires
- php: >=7.4
- ext-json: *
- ext-zip: *
- typo3/cms-core: ~12.4.0 || ~13.4.0
Requires (Dev)
This package is auto-updated.
Last update: 2025-11-21 16:39:59 UTC
README
WARNING: This Extension is still in development. It may have bugs and breaking changes - use on your own risk!!!
Description
The Shopware Connector is a TYPO3 extension designed to connect to Shopware 6 store with TYPO3.
Installation
- Install the extension via Composer:
composer require madj2k/shopware_connector
- Activate the extension in the TYPO3 Extension Manager.
Configuration
Configure the Shopware API credentials via the backend module "Shopware Connector".
Tests
Run functional tests using the TYPO3 testing framework:
./vendor/bin/phpunit -c vendor/madj2k/t3-shopware-connector/phpunit.xml.dist