PHPackages                             elcodi/elcodi - 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. elcodi/elcodi

AbandonedArchivedLibrary[Framework](/categories/framework)

elcodi/elcodi
=============

Barebones Ecommerce functionality for Symfony

v2.0.3(10y ago)42119.3k77[34 issues](https://github.com/elcodi/elcodi/issues)[3 PRs](https://github.com/elcodi/elcodi/pulls)1MITPHPPHP ^5.4|^7.0

Since Apr 4Pushed 9y agoCompare

[ Source](https://github.com/elcodi/elcodi)[ Packagist](https://packagist.org/packages/elcodi/elcodi)[ RSS](/packages/elcodi-elcodi/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (39)Versions (127)Used By (1)

Elcodi for Symfony
==================

[](#elcodi-for-symfony)

[![Build Status](https://camo.githubusercontent.com/309824f7f711a228aa86ccb4442f01f22a095182fa23f4adb01d29d385d52ff4/68747470733a2f2f7472617669732d63692e6f72672f656c636f64692f656c636f64692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/elcodi/elcodi)[![Build Status](https://camo.githubusercontent.com/6f54f413352780259ede4340d3171b50fe5666739134cb93b9410721e82af98d/68747470733a2f2f63692e6170707665796f722e636f6d2f6170692f70726f6a656374732f7374617475732f6d783639373935397930373275326a782f6272616e63682f6d61737465723f7376673d74727565)](https://ci.appveyor.com/project/mmoreram/elcodi/branch/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f72531d966546d90d78d76a406d452d29d6585dad878e7a2e5a4a2d5c26a9f31/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656c636f64692f656c636f64692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/elcodi/elcodi/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/401b4c584d62841653d7fc7df0dcf53061b4da966aaec80be7e5f7ea0b0b1492/68747470733a2f2f706f7365722e707567782e6f72672f656c636f64692f656c636f64692f762f737461626c652e706e67)](https://packagist.org/packages/elcodi/elcodi)[![Total Downloads](https://camo.githubusercontent.com/98f360fe61dfaa9de2d608f913ef8bb062c6dbced3f355320e9674152f988240/68747470733a2f2f706f7365722e707567782e6f72672f656c636f64692f656c636f64692f646f776e6c6f6164732e706e67)](https://packagist.org/packages/elcodi/elcodi)[![License](https://camo.githubusercontent.com/d31b0a34a8b85162d66b81c97ceb399947ebfb2f93e0fe7657c8753882c2915d/68747470733a2f2f706f7365722e707567782e6f72672f656c636f64692f656c636f64692f6c6963656e73652e706e67)](https://packagist.org/packages/elcodi/elcodi)

Elcodi is a suite of e-commerce Components and Bundles built on top of Symfony and under [MIT](http://opensource.org/licenses/MIT) license. It aims to promote SOLID principles, efficient code reuse, separation of concerns as effective building blocks for the development of e-commerce applications.

Elcodi provides a reference implementation for the basic core components found in e-commerce web projects.

See the [front-end store](http://bamboo.elcodi.com) and the [back-office](http://bamboo.elcodi.com/admin) demo application in action, and check out the source code for [Bamboo](https://github.com/elcodi/bamboo).

Elcodi was awarded as the **Best Open Source** project of 2015 by the Symfony Community awards.

[![Best Open Source](https://camo.githubusercontent.com/67c74425607e9de74953fbe93323a3e52166cae790e93330b02f57f31568b593/687474703a2f2f6177617264732e73796d666f6e792e636f6d2f696d616765732f6261646765732f627573696e6573732f6f70656e5f736f757263652e706e67)](https://camo.githubusercontent.com/67c74425607e9de74953fbe93323a3e52166cae790e93330b02f57f31568b593/687474703a2f2f6177617264732e73796d666f6e792e636f6d2f696d616765732f6261646765732f627573696e6573732f6f70656e5f736f757263652e706e67)

Requirements
------------

[](#requirements)

Elcodi is supported on PHP 5.4.\* and up.

Documentation
-------------

[](#documentation)

Check the documentation in [Elcodi Docs](http://elcodi.io/docs).

Tags
----

[](#tags)

- Use last unstable version ( alias of `dev-master` ) to stay always in last commit.
- Use last stable version tag to stay in a stable release.
- [![Latest Unstable Version](https://camo.githubusercontent.com/decd3afd7c3e267719a653e23dc7689a2d472608990a94e188e41772530502e2/68747470733a2f2f706f7365722e707567782e6f72672f656c636f64692f656c636f64692f762f756e737461626c652e706e67)](https://packagist.org/packages/elcodi/elcodi) [![Latest Stable Version](https://camo.githubusercontent.com/401b4c584d62841653d7fc7df0dcf53061b4da966aaec80be7e5f7ea0b0b1492/68747470733a2f2f706f7365722e707567782e6f72672f656c636f64692f656c636f64692f762f737461626c652e706e67)](https://packagist.org/packages/elcodi/elcodi)

Contributing
------------

[](#contributing)

This project follows some standards. If you want to collaborate, please ensure that your code fulfills these standards before any Pull Request.

```
composer update
composer check-style
```

There is also a policy for contributing to this project. Pull requests must be explained step by step to make the review process easy in order to accept and merge them. New features must come paired with Unit and/or Functional tests, check them using:

```
composer test
```

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity45

Moderate usage in the ecosystem

Community27

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~5 days

Total

126

Last Release

3742d ago

Major Versions

v0.5.18 → v1.0.0-beta12015-06-14

v1.0.14 → 2.0.x-dev2016-01-11

v1.0.16 → v2.0.02016-01-30

PHP version history (3 changes)v0.1.0PHP &gt;=5.3.3

v0.1.3PHP &gt;=5.4

v1.0.4PHP ^5.4|^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/17551e7b4dc0bbdb2f5645cc5d9109fc7c43ef138dd66684c0e3e1a708b6772f?d=identicon)[elcodi](/maintainers/elcodi)

---

Top Contributors

[![mmoreram](https://avatars.githubusercontent.com/u/521409?v=4)](https://github.com/mmoreram "mmoreram (625 commits)")[![xphere](https://avatars.githubusercontent.com/u/170968?v=4)](https://github.com/xphere "xphere (193 commits)")[![alch](https://avatars.githubusercontent.com/u/682515?v=4)](https://github.com/alch "alch (177 commits)")[![rogergros](https://avatars.githubusercontent.com/u/2053670?v=4)](https://github.com/rogergros "rogergros (152 commits)")[![cordoval](https://avatars.githubusercontent.com/u/328359?v=4)](https://github.com/cordoval "cordoval (42 commits)")[![EmanueleMinotto](https://avatars.githubusercontent.com/u/417201?v=4)](https://github.com/EmanueleMinotto "EmanueleMinotto (30 commits)")[![hacfi](https://avatars.githubusercontent.com/u/428841?v=4)](https://github.com/hacfi "hacfi (17 commits)")[![sfblaauw](https://avatars.githubusercontent.com/u/2537172?v=4)](https://github.com/sfblaauw "sfblaauw (8 commits)")[![tonipinel](https://avatars.githubusercontent.com/u/998987?v=4)](https://github.com/tonipinel "tonipinel (6 commits)")[![claretcrab](https://avatars.githubusercontent.com/u/3634607?v=4)](https://github.com/claretcrab "claretcrab (6 commits)")[![pborreli](https://avatars.githubusercontent.com/u/77759?v=4)](https://github.com/pborreli "pborreli (3 commits)")[![javiereguiluz](https://avatars.githubusercontent.com/u/73419?v=4)](https://github.com/javiereguiluz "javiereguiluz (3 commits)")[![arkaitzgarro](https://avatars.githubusercontent.com/u/1712467?v=4)](https://github.com/arkaitzgarro "arkaitzgarro (3 commits)")[![gerfigna](https://avatars.githubusercontent.com/u/2639926?v=4)](https://github.com/gerfigna "gerfigna (2 commits)")[![dagio](https://avatars.githubusercontent.com/u/74581?v=4)](https://github.com/dagio "dagio (2 commits)")[![ruchengtang](https://avatars.githubusercontent.com/u/1282479?v=4)](https://github.com/ruchengtang "ruchengtang (2 commits)")[![almacbe](https://avatars.githubusercontent.com/u/21765?v=4)](https://github.com/almacbe "almacbe (1 commits)")[![davidromani](https://avatars.githubusercontent.com/u/698779?v=4)](https://github.com/davidromani "davidromani (1 commits)")[![egulias](https://avatars.githubusercontent.com/u/791806?v=4)](https://github.com/egulias "egulias (1 commits)")[![marcjs](https://avatars.githubusercontent.com/u/7547586?v=4)](https://github.com/marcjs "marcjs (1 commits)")

---

Tags

symfonybundlecomponentsecommerceelcodi

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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