PHPackages                             extcode/cart - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. extcode/cart

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

extcode/cart
============

Shopping Cart(s) for TYPO3

v11.7.2(3mo ago)57119.3k↑23.5%56[41 issues](https://github.com/extcode/cart/issues)[13 PRs](https://github.com/extcode/cart/pulls)14GPL-2.0-or-laterPHPPHP ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0CI failing

Since Aug 16Pushed 1mo ago11 watchersCompare

[ Source](https://github.com/extcode/cart)[ Packagist](https://packagist.org/packages/extcode/cart)[ Docs](https://cart.extco.de)[ Fund](https://paypal.me/extcart)[ GitHub Sponsors](https://github.com/extcode)[ RSS](/packages/extcode-cart/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (11)Versions (210)Used By (14)

Cart Products
=============

[](#cart-products)

[![Codacy Badge](https://camo.githubusercontent.com/680b7c662ed2df775484c2b1a09962009281080123109a9a4e3f45b2f040ac6b/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3562356236653063386163313433633338313032363036316162663363396538)](https://www.codacy.com/app/extcode/cart?utm_source=github.com&utm_medium=referral&utm_content=extcode/cart&utm_campaign=Badge_Grade)[![GitHub Actions](https://github.com/extcode/cart/actions/workflows/ci.yaml/badge.svg?branch=10.x-dev)](https://github.com/extcode/cart/actions/workflows/ci.yaml/badge.svg?branch=10.x-dev)

The extension is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation and is well suited for content commerce.

The extension allows you to add products to a cart and handles the order process completely. There are other awesome extensions like `extcode/cart-products`, `extcode/cart-events`, and `extcode/cart-books` to handle different types of products.

Furthermore, you will find some payment provider extensions like `extcode/cart-payone`, `extcode/cart-paypal`, `extcode/cart-saverpay`, and more to add payment methods to the checkout process.

1. Features
-----------

[](#1-features)

- makes intensive use of the TYPO3 Core API functionality
- very well expandable
    - several hooks, signal slots, and interfaces
    - API (finisher pipeline) to process the order with possibility to register own tasks
    - API to add payment providers
    - API to connect your own product extensions
- highly configurable through TypoScript
- proved Bootstrap templates
- backend module to show and utilize orders

2. Installation / Upgrade
-------------------------

[](#2-installation--upgrade)

### 2.1 Installation

[](#21-installation)

#### Installation using Composer

[](#installation-using-composer)

The recommended way to install the extension is by using [Composer](https://getcomposer.org/). In your Composer based TYPO3 project root, just do `composer require extcode/cart`.

#### Installation as extension from TYPO3 Extension Repository (TER)

[](#installation-as-extension-from-typo3-extension-repository-ter)

Download and install the extension with the extension manager module.

### 2.2 Update and Upgrade

[](#22-update-and-upgrade)

**Attention**, Before updating to a new minor version or upgrading to a new major version, be sure to check the changelog section in the documentation. Sometimes minor versions also result in minor adjustments to own templates or configurations.

3. Administration
-----------------

[](#3-administration)

3.1 Compatibility and supported Versions
----------------------------------------

[](#31-compatibility-and-supported-versions)

CartTYPO3PHPSupport/Development11.x.x13.48.2 - 8.5Features, Bugfixes, Security Updates10.x.x12.48.1 - 8.5Bugfixes, Security Updates9.x.x12.48.1 - 8.4Security Updates8.x.x10.4, 11.57.2+Security Updates7.x.x10.47.2 - 7.46.x.x9.57.2 - 7.45.x.x8.77.0 - 7.44.x.x7.6 - 8.75.6 - 7.23.x.x6.2 - 8.75.6 - 7.02.x.x1.x.xIf you need extended support for features and bug fixes outside of the currently supported versions, we are happy to offer paid services.

### 3.2. Changelog

[](#32-changelog)

Please have a look into the [official extension documentation in changelog chapter](https://docs.typo3.org/p/extcode/cart/main/en-us/Changelog/Index.html)

### 3.3. Release Management

[](#33-release-management)

News uses **semantic versioning** which basically means for you, that

- **bugfix updates** (e.g. 1.0.0 =&gt; 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes.
- **minor updates** (e.g. 1.0.0 =&gt; 1.1.0) includes new features and smaller tasks without breaking changes.
- **major updates** (e.g. 1.0.0 =&gt; 2.0.0) breaking changes wich can be refactorings, features or bugfixes.

4. Sponsoring
-------------

[](#4-sponsoring)

- Ask for an invoice.
- [GitHub Sponsors](https://github.com/sponsors/extcode)
- [PayPal.Me](https://paypal.me/extcart)

###  Health Score

68

—

FairBetter than 100% of packages

Maintenance72

Regular maintenance activity

Popularity48

Moderate usage in the ecosystem

Community38

Small or concentrated contributor base

Maturity100

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 67.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 ~17 days

Recently: every ~4 days

Total

203

Last Release

97d ago

Major Versions

v10.2.10 → v11.4.102025-08-09

v10.2.11 → v11.4.132025-09-12

v10.2.12 → v11.4.142025-09-12

v10.3.0 → v11.5.02025-09-18

10.x-dev → v11.7.12026-01-29

PHP version history (15 changes)1.0.0PHP &gt;=5.4.0

v4.0.0PHP &gt;=5.6.0

v5.0.0PHP &gt;=7.0.0 &lt;7.3

v6.1.0PHP &gt;=7.2.0 &lt;7.3

v6.5.0PHP ^7.2 &lt;7.4

v5.5.0PHP ^7.0 &lt;7.4

v5.6.0PHP &gt;=7.0.0 &lt;7.5

v6.6.0PHP &gt;=7.2.0 &lt;7.5

v8.0.0PHP ^7.2 || ^7.3 || ^7.4 || ^8.0

v8.0.2PHP ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1

v8.1.0PHP ^7.2 || ^8.0

v9.0.0PHP ^8.1

v9.3.0PHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

v11.0.0PHP ~8.2.0 || ~8.3.0 || ~8.4.0

v11.6.0PHP ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0

### Community

Maintainers

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

---

Top Contributors

[![extcode](https://avatars.githubusercontent.com/u/1134172?v=4)](https://github.com/extcode "extcode (296 commits)")[![rintisch](https://avatars.githubusercontent.com/u/44193208?v=4)](https://github.com/rintisch "rintisch (82 commits)")[![d-g-codappix](https://avatars.githubusercontent.com/u/179489411?v=4)](https://github.com/d-g-codappix "d-g-codappix (22 commits)")[![11ND11](https://avatars.githubusercontent.com/u/9676005?v=4)](https://github.com/11ND11 "11ND11 (5 commits)")[![tritumdg](https://avatars.githubusercontent.com/u/108790122?v=4)](https://github.com/tritumdg "tritumdg (4 commits)")[![johfeu](https://avatars.githubusercontent.com/u/772962?v=4)](https://github.com/johfeu "johfeu (4 commits)")[![kitzberger](https://avatars.githubusercontent.com/u/1405149?v=4)](https://github.com/kitzberger "kitzberger (3 commits)")[![georgringer](https://avatars.githubusercontent.com/u/1905663?v=4)](https://github.com/georgringer "georgringer (3 commits)")[![koehnlein](https://avatars.githubusercontent.com/u/16088567?v=4)](https://github.com/koehnlein "koehnlein (3 commits)")[![Cretection](https://avatars.githubusercontent.com/u/746600?v=4)](https://github.com/Cretection "Cretection (2 commits)")[![HimanshuRamavat07](https://avatars.githubusercontent.com/u/114229558?v=4)](https://github.com/HimanshuRamavat07 "HimanshuRamavat07 (1 commits)")[![dahaupt](https://avatars.githubusercontent.com/u/15915048?v=4)](https://github.com/dahaupt "dahaupt (1 commits)")[![waldhacker1](https://avatars.githubusercontent.com/u/4954582?v=4)](https://github.com/waldhacker1 "waldhacker1 (1 commits)")[![loeffe1](https://avatars.githubusercontent.com/u/42471369?v=4)](https://github.com/loeffe1 "loeffe1 (1 commits)")[![morange](https://avatars.githubusercontent.com/u/8067083?v=4)](https://github.com/morange "morange (1 commits)")[![oliverbeck](https://avatars.githubusercontent.com/u/2969451?v=4)](https://github.com/oliverbeck "oliverbeck (1 commits)")[![bznovak](https://avatars.githubusercontent.com/u/139445678?v=4)](https://github.com/bznovak "bznovak (1 commits)")[![silversight](https://avatars.githubusercontent.com/u/15649601?v=4)](https://github.com/silversight "silversight (1 commits)")[![simoozzay](https://avatars.githubusercontent.com/u/3809550?v=4)](https://github.com/simoozzay "simoozzay (1 commits)")[![stefanr](https://avatars.githubusercontent.com/u/764422?v=4)](https://github.com/stefanr "stefanr (1 commits)")

---

Tags

cartshopping cartTYPO3 CMS

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/extcode-cart/health.svg)

```
[![Health](https://phpackages.com/badges/extcode-cart/health.svg)](https://phpackages.com/packages/extcode-cart)
```

###  Alternatives

[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M49](/packages/fluidtypo3-vhs)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

33584.6k13](/packages/brotkrueml-schema)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

521.6M9](/packages/yoast-seo-for-typo3-yoast-seo)[ichhabrecht/mask-export

Export your mask elements as extension

45215.8k](/packages/ichhabrecht-mask-export)[in2code/in2publish_core

Content publishing extension to connect stage and production server

40135.8k](/packages/in2code-in2publish-core)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1481.0k](/packages/eliashaeussler-typo3-form-consent)

PHPackages © 2026

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