PHPackages                             alpin11/coreshop-advanced-inventory-bundle - 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. alpin11/coreshop-advanced-inventory-bundle

AbandonedArchivedPimcore-bundle[Utility &amp; Helpers](/categories/utility)

alpin11/coreshop-advanced-inventory-bundle
==========================================

Extends the inventory and availability checking with useful patterns and tools

v1.0.0(6y ago)12.6k2GPL-3.0-or-laterPHPPHP ^7.2

Since May 8Pushed 6y agoCompare

[ Source](https://github.com/alpin11/coreshop-advanced-inventory-bundle)[ Packagist](https://packagist.org/packages/alpin11/coreshop-advanced-inventory-bundle)[ Docs](http://www.coreshop.org)[ RSS](/packages/alpin11-coreshop-advanced-inventory-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

CoreShop Advanced Inventory Bundle
==================================

[](#coreshop-advanced-inventory-bundle)

This Bundle adds some simple but effective changes to the availability checker. It requires the [coreshop/inventory-bundle](https://github.com/coreshop/inventory-bundle) repository which will be installed automatically.

TO DOs
------

[](#to-dos)

✅ Register custom availability checkers as services

➡️ Add a basic toolkit for cached availability checking (e.g fetching stock levels from API)

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

[](#installation)

#### 1. Composer

[](#1-composer)

```
    composer require alpin11/coreshop-advanced-inventory-bundle
```

#### 2. Activate

[](#2-activate)

Enable the Bundle in Pimcore Extension Manager or via CLI

```
    bin/console pimcore:bundle:enable CoreShopAdvancedInventoryBundle
```

#### 3. Setup

[](#3-setup)

Add a custom availability checker class with the interface `CoreShop\Bundle\AdvancedInventoryBundle\Checker\AvailabilityCheckerInterface`

Then register your class as a service and tag it with `coreshop.inventory.availability_checker`

```
    AppBundle\CoreShop\Inventory\Checker\MyAvailabilityChecker:
        tags:
            - { name: coreshop.inventory.availability_checker, priority: 200 }
```

#### 4. Done

[](#4-done)

The bundle automatically overrides the `coreshop.inventory.availability_checker.default` so you don't have to update any of your services. It also makes the alias public, so you can directly access it through the container.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2195d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/030c2d1619e640448247b08443490f72492b38e1e9b3f2cbc3257c4dc4641375?d=identicon)[davidhoeck](/maintainers/davidhoeck)

---

Tags

coreshopecommercepimcore-bundleecommercepimcoreinventorycoreshop

### Embed Badge

![Health badge](/badges/alpin11-coreshop-advanced-inventory-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/alpin11-coreshop-advanced-inventory-bundle/health.svg)](https://phpackages.com/packages/alpin11-coreshop-advanced-inventory-bundle)
```

###  Alternatives

[coreshop/core-shop

CoreShop - Pimcore eCommerce

289197.5k10](/packages/coreshop-core-shop)[sylius/inventory-bundle

Flexible inventory management for Symfony applications.

19176.7k4](/packages/sylius-inventory-bundle)

PHPackages © 2026

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