PHPackages                             bitbag/multicart-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. [Framework](/categories/framework)
4. /
5. bitbag/multicart-plugin

ActiveSylius-plugin[Framework](/categories/framework)

bitbag/multicart-plugin
=======================

BitBag multi cart plugin for sylius

v1.1.0(1y ago)1299—0%2[1 PRs](https://github.com/BitBagCommerce/SyliusMulticartPlugin/pulls)MITPHPPHP ^8.0

Since Jun 3Pushed 1y ago9 watchersCompare

[ Source](https://github.com/BitBagCommerce/SyliusMulticartPlugin)[ Packagist](https://packagist.org/packages/bitbag/multicart-plugin)[ RSS](/packages/bitbag-multicart-plugin/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (32)Versions (11)Used By (0)

[![](https://camo.githubusercontent.com/531aad1bd0dabcf85b0596b389faa1b85ebe8f6de2c43983681286e012f63bd6/68747470733a2f2f6269746261672e696f2f77702d636f6e74656e742f75706c6f6164732f323032322f30352f73796c6975732d6d756c7469636172742d706c7567696e2e706e67)](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_shipping_export)
=====================================================================================================================================================================================================================================================================================================================================================================

[](#)

BitBag SyliusMulticartPlugin
============================

[](#bitbag-syliusmulticartplugin)

---

[![Slack](https://camo.githubusercontent.com/7c3c0528951f31d3e19ae8c1b92e612431e7864cdd59e9861aef25807340f91e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6d6d756e697479253230636861742d736c61636b2d4646313439332e737667)](http://sylius-devs.slack.com)[![Support](https://camo.githubusercontent.com/e2e1becf96ac10cfcfae03397fd7c605cca341564088ccd453d91e1d2024a14b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f737570706f72742d636f6e74616374253230617574686f722d626c7565253544)](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_one_page_checkout)

We want to impact many unique eCommerce projects and build our brand recognition worldwide, so we are heavily involved in creating open-source solutions, especially for Sylius. We have already created over **35 extensions, which have been downloaded almost 2 million times.**

You can find more information about our eCommerce services and technologies on our website: . We have also created a unique service dedicated to creating plugins: .

Do you like our work? Would you like to join us? Check out the **“Career” tab:** .

About Us
========

[](#about-us)

---

BitBag is a software house that implements tailor-made eCommerce platforms with the entire infrastructure—from creating eCommerce platforms to implementing PIM and CMS systems to developing custom eCommerce applications, specialist B2B solutions, and migrations from other platforms.

We actively participate in Sylius's development. We have already completed **over 150 projects**, cooperating with clients worldwide, including smaller enterprises and large international companies. We have completed projects for such important brands as **Mytheresa, Foodspring, Planeta Huerto (Carrefour Group), Albeco, Mollie, and ArtNight.**

We have a 70-person team of experts: business analysts and consultants, eCommerce developers, project managers, and QA testers.

**Our services:**

- B2B and B2C eCommerce platform implementations
- Multi-vendor marketplace platform implementations
- eCommerce migrations
- Sylius plugin development
- Sylius consulting
- Project maintenance and long-term support
- PIM and CMS implementations

**Some numbers from BitBag regarding Sylius:**

- 70 experts on board
- +150 projects delivered on top of Sylius
- 30 countries of BitBag’s customers
- 7 years in the Sylius ecosystem
- +35 plugins created for Sylius

---

[![](https://camo.githubusercontent.com/0d371de36864be2be5a542b6758f7a32df462aa5ab4a479b7eb56361b03c3130/68747470733a2f2f6269746261672e696f2f77702d636f6e74656e742f75706c6f6164732f323032342f30392f6261646765732d73796c6975732e706e67)](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_multicart)

---

Table of Content
----------------

[](#table-of-content)

---

- [Overview](#overview)
- [Installation](#installation)
- [Testing](#testing)
- [Functionalities](#functionalities)
- [Demo](#demo)
- [License](#license)
- [Contact and support](#contact-and-support)
- [Community](#community)

Overview
========

[](#overview)

---

This plugin allows users to create multiple carts for their own use.

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

[](#installation)

---

The SyliusMulticartPlugin installation process can be found **[here](./doc/installation.md).**

Testing
=======

[](#testing)

---

```
$ composer install
$ APP_ENV=test symfony server:start --port=8080 --dir=tests/Application/public --daemon
$ cd tests/Application
$ yarn install
$ yarn encore dev
$ bin/console assets:install public -e test
$ bin/console doctrine:database:create -e test
$ bin/console doctrine:schema:create -e test
$ open http://localhost:8080
$ vendor/bin/phpunit
$ vendor/bin/behat
```

Functionalities
===============

[](#functionalities)

---

All main functionalities of the plugin are described [here.](https://github.com/BitBagCommerce/SyliusMulticartPlugin/blob/main/doc/functionalities.md)

---

**If you need some help with Sylius development, don't be hesitated to contact us directly. You can fill the form on [this site](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_multicart) or send us an e-mail at !**

---

Demo
====

[](#demo)

---

We created a demo app with some useful use-cases of plugins! Visit  to take a look at it.

**If you need an overview of Sylius' capabilities, schedule a consultation with our expert.**

[![](https://camo.githubusercontent.com/4c6ea591dec86437168f65512783b6a71f9db2f7a029df90625601562f9afefe/68747470733a2f2f6269746261672e696f2f77702d636f6e74656e742f75706c6f6164732f323032302f31302f627574746f6e5f667265655f636f6e73756c61746174696f6e2d312e706e67)](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_one_page_checkout)

Additional resources for developers
===================================

[](#additional-resources-for-developers)

---

To learn more about our contribution workflow and more, we encourage you to use the following resources:

- [Sylius Documentation](https://docs.sylius.com/en/latest/)
- [Sylius Contribution Guide](https://docs.sylius.com/en/latest/contributing/)
- [Sylius Online Course](https://sylius.com/online-course/)
- [Sylius Plugins Blogs](https://bitbag.io/blog/category/plugins)

License
=======

[](#license)

---

The license terms are described in the LICENSE file of this repository.

Contact and support
===================

[](#contact-and-support)

---

This open-source plugin was developed to help the Sylius community. If you have any additional questions, would like help with installing or configuring the plugin, or need any assistance with your Sylius project - let us know! **Contact us** or send us an **e-mail to ** with your question(s).

[![](https://camo.githubusercontent.com/bc809b81359538ae823cb36f284286a258f910db2498c8ba92faad4c30344b57/68747470733a2f2f6269746261672e696f2f77702d636f6e74656e742f75706c6f6164732f323032302f31302f627574746f6e2d636f6e746163742e706e67)](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_multicart)

Community
=========

[](#community)

---

For online communication, we invite you to chat with us &amp; other users on **[Sylius Slack](https://sylius-devs.slack.com/).**

[![](https://camo.githubusercontent.com/44b34c3fe5f897fb64cbaf25c19e3d3610c96c6448a6bb5e4662f0e565d7f082/68747470733a2f2f6269746261672e696f2f77702d636f6e74656e742f75706c6f6164732f323032342f30392f6261646765732d706172746e6572732e706e67)](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_one_page_checkout)

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 62% 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 ~523 days

Total

2

Last Release

646d ago

### Community

Maintainers

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

---

Top Contributors

[![milwoz](https://avatars.githubusercontent.com/u/51799613?v=4)](https://github.com/milwoz "milwoz (199 commits)")[![korek91](https://avatars.githubusercontent.com/u/119600691?v=4)](https://github.com/korek91 "korek91 (43 commits)")[![ikkecode](https://avatars.githubusercontent.com/u/9082934?v=4)](https://github.com/ikkecode "ikkecode (34 commits)")[![tomkalon](https://avatars.githubusercontent.com/u/22946830?v=4)](https://github.com/tomkalon "tomkalon (18 commits)")[![gabriela-lubkowska](https://avatars.githubusercontent.com/u/83347956?v=4)](https://github.com/gabriela-lubkowska "gabriela-lubkowska (11 commits)")[![dead-playmod](https://avatars.githubusercontent.com/u/84409964?v=4)](https://github.com/dead-playmod "dead-playmod (5 commits)")[![SzymonFilipek](https://avatars.githubusercontent.com/u/138723846?v=4)](https://github.com/SzymonFilipek "SzymonFilipek (4 commits)")[![senghe](https://avatars.githubusercontent.com/u/2512726?v=4)](https://github.com/senghe "senghe (3 commits)")[![Cholin2000](https://avatars.githubusercontent.com/u/85901846?v=4)](https://github.com/Cholin2000 "Cholin2000 (2 commits)")[![MartynaJagielska](https://avatars.githubusercontent.com/u/181102288?v=4)](https://github.com/MartynaJagielska "MartynaJagielska (1 commits)")[![liszkapawel](https://avatars.githubusercontent.com/u/88146754?v=4)](https://github.com/liszkapawel "liszkapawel (1 commits)")

---

Tags

syliussylius-plugin

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bitbag-multicart-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/bitbag-multicart-plugin/health.svg)](https://phpackages.com/packages/bitbag-multicart-plugin)
```

###  Alternatives

[bitbag/cms-plugin

CMS plugin for Sylius applications.

2441.2M5](/packages/bitbag-cms-plugin)[sylius/sylius-standard

Starting point for projects powered by Sylius eCommerce.

274293.5k](/packages/sylius-sylius-standard)[sylius/invoicing-plugin

Invoicing plugin for Sylius.

891.0M2](/packages/sylius-invoicing-plugin)[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

691.7M17](/packages/sylius-refund-plugin)[webgriffe/sylius-akeneo-plugin

Plugin allowing to import products data from Akeneo PIM to your Sylius store.

2480.4k](/packages/webgriffe-sylius-akeneo-plugin)[monsieurbiz/sylius-media-manager-plugin

Add a media manager to your Sylius.

1689.0k5](/packages/monsieurbiz-sylius-media-manager-plugin)

PHPackages © 2026

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