PHPackages                             mobilecart/corebundle - 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. mobilecart/corebundle

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

mobilecart/corebundle
=====================

E-Commerce Shopping Cart built on Symfony

0.x-dev(9y ago)15311BSD-3-ClausePHPPHP &gt;=5.5.24

Since Oct 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mobilecart/mobilecartcorebundle)[ Packagist](https://packagist.org/packages/mobilecart/corebundle)[ Docs](http://mobilecart.io)[ RSS](/packages/mobilecart-corebundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

MobileCartCoreBundle
====================

[](#mobilecartcorebundle)

This is the core of Mobile Cart.

Mobile Cart is an E-Commerce Shopping Cart package built with PHP ; on the Symfony Framework .

The Admin Theme is here:

The Default Frontend Theme is here:

Directions:

After a fresh install of Symfony 2.8:

Now, we can install Mobile Cart

$ composer require mobilecart/corebundle:dev-master

Install this bundle into Symfony 2.8 (add the bundle to app/AppKernel.php)

$bundles = array(

...

new MobileCart\\CoreBundle\\MobileCartCoreBundle(),

);

Run some console commands:

$ ./app/console doctrine:schema:create

$ ./app/console cart:init:itemvarsets

$ ./app/console cart:ref:regions

$ cp vendor/mobilecart/corebundle/Resources/config/security.yml ./app/config/

$ cp vendor/mobilecart/corebundle/Resources/config/routing.yml ./app/config/

$ ./app/console cart:create:adminuser  passw0rd

$ ./app/console cart:create:customer  passw0rd

Next, we can install the Admin and Frontend themes

$ composer require mobilecart/adminbundle:dev-master

$ composer require mobilecart/frontendbundle:dev-master

Install these bundles into Symfony 2.8 (add the bundle to app/AppKernel.php)

$bundles = array(

...

new MobileCart\\CoreBundle\\MobileCartAdminBundle(),

new MobileCart\\CoreBundle\\MobileCartFrontendBundle(),

);

$ ./app/console assets:install --symlink

...

Note: if you receive a MySQL error which looks like: "ORDER BY clause is not in SELECT list, references column X which is not in SELECT list; this is incompatible with DISTINCT" .. , it is because the Paginator in Doctrine 2.5.x does not yet handle this "bug" which is specific to MySQL 5.7

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3544d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17306559?v=4)[Mobile Cart](/maintainers/mobilecart)[@mobilecart](https://github.com/mobilecart)

---

Top Contributors

[![mobilecart](https://avatars.githubusercontent.com/u/17306559?v=4)](https://github.com/mobilecart "mobilecart (469 commits)")

---

Tags

carte-commerceshopping

### Embed Badge

![Health badge](/badges/mobilecart-corebundle/health.svg)

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

###  Alternatives

[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M482](/packages/pimcore-pimcore)[shopware/storefront

Storefront for Shopware

684.6M217](/packages/shopware-storefront)[lukepolo/laracart

A simple cart for Laravel

585156.4k1](/packages/lukepolo-laracart)[sylius/sylius-standard

Starting point for projects powered by Sylius eCommerce.

275293.5k](/packages/sylius-sylius-standard)[aimeos/aimeos-symfony

Professional, full-featured and high performance Symfony e-commerce bundle for online shops and complex B2B projects

1.5k4.3k](/packages/aimeos-aimeos-symfony)[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)

PHPackages © 2026

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