aimeos / aimeos-typo3-dist
Aimeos TYPO3 distribution for web shops, portals and market places
Package info
github.com/aimeos/aimeos-typo3-dist
Type:typo3-cms-extension
pkg:composer/aimeos/aimeos-typo3-dist
Requires
- php: ^8.1
- composer-runtime-api: ^2.2
- aimeos/aimeos-typo3: 25.*||2025.*||dev-master
- bk2k/bootstrap-package: ^14.0||^15.0
- typo3/cms-core: ^12.4||^13.4
- dev-master
- 2026.04.x-dev
- 2025.04.x-dev
- 2024.10.x-dev
- 2024.04.x-dev
- 2023.07.x-dev
- 2022.10.x-dev
- 2022.07.x-dev
- 2022.04.x-dev
- 2021.10.x-dev
- 2021.07.x-dev
- 2021.04.x-dev
- 25.4.1
- 24.10.2
- 24.10.1
- 24.4.2
- 24.4.1
- 23.7.1
- 22.10.1
- 22.7.1
- 22.4.1
- 21.10.4
- 21.10.3
- 21.10.2
- 21.10.1
- 21.7.1
- 21.4.1
- 20.10.1
- 20.10.0
- 19.4.0
- 18.4.0
- 17.10.2
- 17.10.1
- 17.10.0
- 17.7.0
- dev-test
This package is auto-updated.
Last update: 2026-05-21 13:02:56 UTC
README
Aimeos online shop distribution for TYPO3
The distribution package provides an out of the box web shop based on the the Aimeos online shop extension for TYPO3. The package contains a pre-configured, full featured shop including faceted search, product listings and detail views as well as baskets, coupon handling the checkout process and all e-mail handling for notifying the customers.
Table of contents
Installation
Composer
Note: You need composer 2.2+ to install the latest version of Aimeos.
To install TYPO3 via composer, execute this at the command line
wget https://getcomposer.org/download/latest-stable/composer.phar -O composer
php composer create-project "typo3/cms-base-distribution:^14.3" myshop
You can also use "typo3/cms-base-distribution:^13.4" for TYPO3 13 installations.
Set up your TYPO3 installation by executing this command:
./vendor/bin/typo3 setup
Now install the Aimeos distribution for TYPO3 via command line:
composer req -W aimeos/aimeos_dist
Then, activate the extensions and update the database:
./vendor/bin/typo3 extension:setup ./vendor/bin/typo3 aimeos:setup --option=setup/default/demo:1
If you don't want to import the demo data, leave out --option=setup/default/demo:1.
Afterwards, your Aimeos installation is complete and you can check the frontend and
log into the TYPO3 backend.
From TER
For non-composer installations, you can install the Aimeos distribution using the Extension manager. You can choose Aimeos from the list of available distributions:
Alternatively, you can download the Aimeos TYPO3 distribution package from the TER.
Test
For local installations, you can fire up the internal PHP web server
php -d memory_limit=256M -d max_execution_time=240 -d max_input_vars=1500 -S 127.0.0.1:8000 -t public
and open the URL ("http://127.0.0.1:8000") in your web browser. If you use Apache or another web server, head over directly to the URL your installation is reachable directly without starting the PHP wev server. Complete the TYPO3 setup process before you continue to install the Aimeos distribution.
License
The Aimeos TYPO3 distribution is licensed under the terms of the GPL Open Source license and is available for free.