PHPackages                             aimeos/aimeos-typo3-dist - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. aimeos/aimeos-typo3-dist

Abandoned → [aimeos/aimeos\_dist](/?search=aimeos%2Faimeos_dist)Typo3-cms-extension[Framework](/categories/framework)

aimeos/aimeos-typo3-dist
========================

Aimeos TYPO3 distribution for web shops, portals and market places

25.4.1(1y ago)5061.6k6LGPL-3.0PHPPHP ^8.1

Since Jul 19Pushed 1y ago2 watchersCompare

[ Source](https://github.com/aimeos/aimeos-typo3-dist)[ Packagist](https://packagist.org/packages/aimeos/aimeos-typo3-dist)[ Docs](https://www.aimeos.org)[ RSS](/packages/aimeos-aimeos-typo3-dist/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (35)Used By (0)

[ ![Aimeos logo](https://camo.githubusercontent.com/e55b7a8426f14ba6040d604746b03b7e096af41ede8fead0ea817cbb8d60f998/68747470733a2f2f61696d656f732e6f72672f66696c6561646d696e2f74656d706c6174652f69636f6e732f6c6f676f2e706e67 "Aimeos")](https://aimeos.org/)Aimeos online shop distribution for TYPO3
=========================================

[](#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](#installation)
    - [From TER](#from-ter)
    - [Composer](#composer)
- [License](#license)
- [Links](#links)

Installation
------------

[](#installation)

From TER
--------

[](#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:

[![TYPO3 distributions](https://camo.githubusercontent.com/2bd68a5628dd6a4d03fcd1c9cd47327f7bef0019907c32bc4177df4000dbdc73/68747470733a2f2f61696d656f732e6f72672f66696c6561646d696e2f61696d656f732e6f72672f696d616765732f61696d656f732d7479706f332d646973742d696e7374616c6c2e706e67)](https://camo.githubusercontent.com/2bd68a5628dd6a4d03fcd1c9cd47327f7bef0019907c32bc4177df4000dbdc73/68747470733a2f2f61696d656f732e6f72672f66696c6561646d696e2f61696d656f732e6f72672f696d616765732f61696d656f732d7479706f332d646973742d696e7374616c6c2e706e67)

Alternatively, you can download the [Aimeos TYPO3 distribution](https://extensions.typo3.org/extension/aimeos_dist/)package from the TER.

### Composer

[](#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:^12.4" myshop
```

to install the required TYPO3 packages. Afterwards, you have to create the `FIRST_INSTALL` file to be able to run the setup process:

```
cd myshop
touch public/FIRST_INSTALL
```

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 ("") 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.

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.

License
-------

[](#license)

The Aimeos TYPO3 distribution is licensed under the terms of the GPL Open Source license and is available for free.

Links
-----

[](#links)

- [Web site](https://aimeos.org/TYPO3)
- [Help](https://aimeos.org/help)
- [Documentation](https://aimeos.org/docs/typo3/)
- [Issue tracker](https://github.com/aimeos/aimeos-typo3-dist/issues)
- [Source code](https://github.com/aimeos/aimeos-typo3-dist)

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance47

Moderate activity, may be stable

Popularity34

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 98.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~88 days

Recently: every ~42 days

Total

33

Last Release

399d ago

Major Versions

22.10.1 → 23.7.12023-07-20

23.7.1 → 2023.07.x-dev2023-07-20

24.4.1 → 2024.04.x-dev2024-07-17

24.10.2 → 2024.10.x-dev2025-01-16

2024.10.x-dev → 2025.04.x-dev2025-04-09

PHP version history (5 changes)17.7.0PHP &gt;=5.4.0

20.10.0PHP ~7.1

21.10.1PHP ~7.2||^8.0.11

23.7.1PHP ^8.0.11

24.4.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/ccdc84033584516c77fb6aa7f85dc7048f2fbcd08867fc6abf115d094bab5eef?d=identicon)[aimeos](/maintainers/aimeos)

---

Top Contributors

[![aimeos](https://avatars.githubusercontent.com/u/8647429?v=4)](https://github.com/aimeos "aimeos (146 commits)")[![gilbertsoft](https://avatars.githubusercontent.com/u/25326036?v=4)](https://github.com/gilbertsoft "gilbertsoft (1 commits)")[![phasenraum2010](https://avatars.githubusercontent.com/u/303766?v=4)](https://github.com/phasenraum2010 "phasenraum2010 (1 commits)")

---

Tags

shope-commerceportalmarket place

### Embed Badge

![Health badge](/badges/aimeos-aimeos-typo3-dist/health.svg)

```
[![Health](https://phpackages.com/badges/aimeos-aimeos-typo3-dist/health.svg)](https://phpackages.com/packages/aimeos-aimeos-typo3-dist)
```

###  Alternatives

[aimeos/aimeos-typo3

Professional, full-featured and high performance TYPO3 e-commerce extension for online shops and complex B2B projects

1.5k91.2k4](/packages/aimeos-aimeos-typo3)[aimeos/aimeos_dist

Aimeos TYPO3 distribution for web shops, portals and market places

1.2k3.1k](/packages/aimeos-aimeos-dist)[aimeos/aimeos-core

Full-featured e-commerce components for high performance online shops

4.5k346.9k48](/packages/aimeos-aimeos-core)[aimeos/aimeos-symfony

Professional, full-featured and high performance Symfony e-commerce bundle for online shops and complex B2B projects

1.4k4.3k](/packages/aimeos-aimeos-symfony)[aimeos/aimeos-laravel

Cloud native, API first Laravel eCommerce package with integrated AI for ultra-fast online shops, marketplaces and complex B2B projects

8.6k214.7k3](/packages/aimeos-aimeos-laravel)[aimeos/ai-typo3

TYPO3 adapter for Aimeos e-commerce integration

95392.1k1](/packages/aimeos-ai-typo3)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
