PHPackages                             starfruit/shop-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. starfruit/shop-bundle

ActiveLibrary

starfruit/shop-bundle
=====================

Starfruit Shop Bundle

0.1.7(1y ago)0129MITPHP

Since Nov 5Pushed 1y agoCompare

[ Source](https://github.com/starfruit-php/shop-bundle)[ Packagist](https://packagist.org/packages/starfruit/shop-bundle)[ Docs](https://github.com/starfruit-php/shop-bundle)[ RSS](/packages/starfruit-shop-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (18)Used By (0)

Starfruit Shop Bundle

Requirement
===========

[](#requirement)

[E-Commerce Framework](https://pimcore.com/docs/platform/Ecommerce_Framework/ "E-Commerce Framework")
-----------------------------------------------------------------------------------------------------

[](#e-commerce-framework)

### Install bundle

[](#install-bundle)

```
    composer require pimcore/ecommerce-framework-bundle
```

### Update `config/bundle.php`

[](#update-configbundlephp)

```
    return [
        ...
        Pimcore\Bundle\EcommerceFrameworkBundle\PimcoreEcommerceFrameworkBundle::class => ['all' => true],
```

### Setup

[](#setup)

```
    php bin/console pimcore:bundle:install PimcoreEcommerceFrameworkBundle
```

[Customer Management Framework](https://pimcore.com/docs/platform/Customer_Management_Framework/Installation/ "Customer Management Framework")
----------------------------------------------------------------------------------------------------------------------------------------------

[](#customer-management-framework)

### Install bundle

[](#install-bundle-1)

```
    composer require pimcore/customer-management-framework-bundle
```

### Update `config/bundle.php`

[](#update-configbundlephp-1)

```
    return [
        ...
        \CustomerManagementFrameworkBundle\PimcoreCustomerManagementFrameworkBundle::class => ['all' => true],
        Pimcore\Bundle\ObjectMergerBundle\ObjectMergerBundle::class => ['all' => true],
```

### Setup

[](#setup-1)

```
    php bin/console pimcore:bundle:install PimcoreCustomerManagementFrameworkBundle
```

Installation
============

[](#installation)

- On your Pimcore 11 root project:

```
    composer require starfruit/shop-bundle
```

- Update `config/bundles.php` file:

```
    return [
        ....
        Starfruit\ShopBundle\StarfruitShopBundle::class => ['all' => true],
    ];
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance44

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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 ~4 days

Recently: every ~17 days

Total

17

Last Release

473d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d696716a6c3042e3c7243d1ddfa35c9a46cfe1602f1d6f3afe51e382f92047c?d=identicon)[Starfruit](/maintainers/Starfruit)

---

Top Contributors

[![hoanganhnguyen98](https://avatars.githubusercontent.com/u/38321860?v=4)](https://github.com/hoanganhnguyen98 "hoanganhnguyen98 (20 commits)")

---

Tags

ecommercestarfruit

### Embed Badge

![Health badge](/badges/starfruit-shop-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/starfruit-shop-bundle/health.svg)](https://phpackages.com/packages/starfruit-shop-bundle)
```

###  Alternatives

[amsgames/laravel-shop

Package set to provide shop or e-commerce functionality (such as CART, ORDERS, TRANSACTIONS and ITEMS) to Laravel for customizable builds.

4845.9k](/packages/amsgames-laravel-shop)[paymentsuite/stripe-bundle

Stripe PaymentSuite Component

105.0k](/packages/paymentsuite-stripe-bundle)

PHPackages © 2026

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