jkabat / elcodi

E-commerce components for Symfony

Home Page:http://elcodi.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elcodi for Symfony

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

Warning. This project is not tagged as stable yet. During this Beta stage, we aim to find and resolve all bugs, empower testing layer and build even a better and bigger project documentation.

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.

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.phar update
bin/php-cs-fixer fix
bin/php-formatter formatter:use:sort src/
bin/php-formatter formatter:header:fix src/

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.

About

E-commerce components for Symfony

http://elcodi.io

License:MIT License


Languages

Language:PHP 100.0%Language:JavaScript 0.0%