PHPackages                             behappy/cart-management-plugin - 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. behappy/cart-management-plugin

ActiveSylius-plugin

behappy/cart-management-plugin
==============================

A Plugin to save and fetch carts in Sylius.

3671PHP

Since Jun 28Pushed 7y ago4 watchersCompare

[ Source](https://github.com/BeHappyCommunication/SyliusCartManagementPlugin)[ Packagist](https://packagist.org/packages/behappy/cart-management-plugin)[ RSS](/packages/behappy-cart-management-plugin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

sylius-cart-management
======================

[](#sylius-cart-management)

A Plugin to save and fetch carts in Sylius.

Installation-procedure
======================

[](#installation-procedure)

```
$ composer require behappy/cart-management-plugin
```

Enable the plugin
-----------------

[](#enable-the-plugin)

```
// in app/AppKernel.php
public function registerBundles() {
	$bundles = array(
		// ...
        new \BeHappy\SyliusCartManagementPlugin\BeHappySyliusCartManagementPlugin(),
    );
    // ...
}
```

```
#in app/config/config.yml
imports:
    ...
    - { resource: "@BeHappySyliusCartManagementPlugin/Resources/config/config.yml" }
    ...
```

```
# in routing.yml
...
behappy_cart_management_plugin.shop:
    resource: '@BeHappySyliusCartManagementPlugin/Resources/config/routing.yaml'
    prefix: /
...
```

Generate database
-----------------

[](#generate-database)

Simply launch

```
php bin/console doctrine:schema:update --dump-sql --force
```

That's it !
===========

[](#thats-it-)

You now have access to multiple new routes to manage your customer's carts, such as

```
behappy_cart_management_plugin.cart.save
behappy_cart_management_plugin.cart.load
behappy_cart_management_plugin.account.saved_cart_list
behappy_cart_management_plugin.account.saved_cart_show
behappy_cart_management_plugin.account.saved_cart_delete

```

At the moment, only front office is supported by this plugin, but back will come soon enough.

Feel free to contribute
=======================

[](#feel-free-to-contribute)

You can also ask your questions at the mail address in the composer.json mentioning this package.

Other
=====

[](#other)

You can also check our other packages (including Sylius plugins) at

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.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.

### Community

Maintainers

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

---

Top Contributors

[![Roshyo](https://avatars.githubusercontent.com/u/9363039?v=4)](https://github.com/Roshyo "Roshyo (7 commits)")[![SteadEXE](https://avatars.githubusercontent.com/u/1759156?v=4)](https://github.com/SteadEXE "SteadEXE (4 commits)")

### Embed Badge

![Health badge](/badges/behappy-cart-management-plugin/health.svg)

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

PHPackages © 2026

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