PHPackages                             alpixel/shopbundle - 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. alpixel/shopbundle

ActiveSymfony-bundle[Framework](/categories/framework)

alpixel/shopbundle
==================

This bundle is used by our team to build an e-commerce website

v0.3.1(8y ago)01.0kMITPHPPHP &gt;=5.5.0

Since Jun 6Pushed 8y ago2 watchersCompare

[ Source](https://github.com/alpixel/AlpixelShopBundle)[ Packagist](https://packagist.org/packages/alpixel/shopbundle)[ Docs](https://www.alpixel.fr)[ RSS](/packages/alpixel-shopbundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (9)Dependencies (6)Versions (13)Used By (0)

AlpixelShopBundle
=================

[](#alpixelshopbundle)

😅 Things are getting serious.

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

[](#installation)

### Download the bundle

[](#download-the-bundle)

From your project directory.

```
$ composer require alpixel/shopbundle

```

### Enable the bundle

[](#enable-the-bundle)

Then, you need to enable the bundle by adding the following line in the `app/AppKernel.php` file.

```
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Alpixel\Bundle\ShopBundle\AlpixelShopBundle(),

            new Happyr\GoogleAnalyticsBundle\HappyrGoogleAnalyticsBundle(),
            new Http\HttplugBundle\HttplugBundle(),
            //If you don't disable the analytics trackings, you will need the bundle above
        );

        // ...
    }
}

```

### Configuration

[](#configuration)

```
alpixel_shop:
    customer_class: AppBundle\Entity\CustomEntity # A custom class extend the Alpixel\Bundle\ShopBundle\Entity\Customer class
    stock:
        strategy: soft #['soft', 'tolerant', 'strict']
        update: false # Update stock quantity for products [true, false]
    product_inheritance:
            - { key: myCustomKey, class: AppBundle\Entity\CustomProduct }
    use_google_analytics: true #Allow google analytics trackings with happyr bundle

```

The bundle is now ready to work

Configuration Reference
-----------------------

[](#configuration-reference)

```
alpixel_shop:
    customer_class: AppBundle\Entity\CustomEntity

```

You can add a custom entity who extend the Alpixel\\Bundle\\ShopBundle\\Entity\\Customer to add your properties or also directly use the Alpixel\\Bundle\\ShopBundle\\Entity\\Customer entity.

```
alpixel_shop:
    stock:
        strategy: soft #['soft', 'tolerant', 'strict']

```

The option stock strategy allow you to work with different behaviour of stock management.

soft: Allow the order, even if the product has not enough stock tolerant: Allow the order if the current stock of the product &gt; 0 strict: Allow the order only if the stock has enough quantities

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~84 days

Recently: every ~91 days

Total

9

Last Release

3001d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/93763167?v=4)[gouaille](/maintainers/gouaille)[@GOUAILLE](https://github.com/GOUAILLE)

---

Top Contributors

[![benjamin-hubert](https://avatars.githubusercontent.com/u/210580?v=4)](https://github.com/benjamin-hubert "benjamin-hubert (9 commits)")[![AlexBDev](https://avatars.githubusercontent.com/u/10567066?v=4)](https://github.com/AlexBDev "AlexBDev (6 commits)")

---

Tags

symfonybundleSymfony2ecommerceeshopalpixel

### Embed Badge

![Health badge](/badges/alpixel-shopbundle/health.svg)

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

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M379](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M719](/packages/sylius-sylius)[oro/platform

Business Application Platform (BAP)

642140.7k110](/packages/oro-platform)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29734.8k](/packages/sulu-skeleton)

PHPackages © 2026

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