elcodi

[EOL] E-commerce components for Symfony

434
84
PHP

Elcodi for Symfony

Build Status
Build Status
Scrutinizer Code Quality
Latest Stable Version
Total Downloads
License

Elcodi is a suite of e-commerce Components and Bundles built on top of Symfony
and under 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 and the
back-office demo application in action, and
check out the source code for Bamboo.

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

Best Open Source

Requirements

Elcodi is supported on PHP 5.4.* and up.

Documentation

Check the documentation in Elcodi Docs.

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 Latest Stable Version

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