Skip to content

Instantly share code, notes, and snippets.

@umpirsky
Last active April 23, 2021 10:10
Show Gist options
  • Star 20 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save umpirsky/bfcc794c1de2d7e0c482 to your computer and use it in GitHub Desktop.
Save umpirsky/bfcc794c1de2d7e0c482 to your computer and use it in GitHub Desktop.
Symfony e-commerce solutions.
@tttony
Copy link

tttony commented Jul 27, 2014

Thanks so much for this list!! I'm looking for a simple cart bundle

I've tested Leaphly, but its docs are not synced with the current development, I had much headache while configuring this bundle, so I uninstalled

Now I'm testing Sylius but it's too complicated for what I want, I just want a simple cart to add/update/remove/clear/ckeckout(without using any payment api) the cart, it has an Order and Cart entity that are the same?¿

Now I will test the e-commerce system from Sonata, I tried to install Elcodi but it needs the Intl extension and it's not installed

@aimeos
Copy link

aimeos commented Aug 8, 2015

The Aimeos project offers a Symfony 2 bundle too: https://aimeos.org/Symfony

Compared to the other solutions in the list it's already stable and aimed towards bigger installations. It can cope with 100k products in a MySQL database with response times of a few 100ms.

@veego
Copy link

veego commented Sep 15, 2015

Anyone know e-commerce that is not dependent on MySQL?

@Hakier
Copy link

Hakier commented Jan 16, 2016

If you want to read about them there is a thread on stackoverflow

@Billybroksen
Copy link

I need help about sylius commerce installation, acctualy somewhere in the middle of instalation I get an error:

[RuntimeException] Running git clone https://github.com/bergie/create.git failed with 1

and all commands I did before was just :

composer create-project sylius/sylius-standard -s dev

... I dont know where to look for solution, so please if anyone could help me I will be very thankful.

Greetings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment