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. [API Development](/categories/api)
4. /
5. starfruit/shop-bundle

ActiveLibrary[API Development](/categories/api)

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

Starfruit Shop Bundle

0.1.7(1y ago)1135MITPHP

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 2w 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

26

—

LowBetter than 41% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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

518d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13907561?v=4)[Starfruit](/maintainers/Starfruit)[@starfruit](https://github.com/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

[aimeos/aimeos-laravel

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

8.6k220.7k5](/packages/aimeos-aimeos-laravel)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[robwittman/shopify-php-sdk

PHP SDK for Shopify API

70101.5k1](/packages/robwittman-shopify-php-sdk)[siro/php-klaviyo-api

Low level but elegant Klaviyo full API wrapper for PHP with asynchronous track event support

16116.5k](/packages/siro-php-klaviyo-api)[boletosimples/boletosimples

A PHP client library for easily accessing Boleto Simples API.

1826.9k](/packages/boletosimples-boletosimples)

PHPackages © 2026

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