All Projects → WellCommerce → Wellcommerce

WellCommerce / Wellcommerce

Licence: mit
Open-source E-Commerce software

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wellcommerce

Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+1222.24%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform, symfony
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+214.63%)
Mutual labels:  ecommerce, shop, shopping-cart, open-source, opensource
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+254.31%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform, open-source
Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+942.89%)
Mutual labels:  ecommerce, shop, ecommerce-platform, opensource, shopping-cart
grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
Stars: ✭ 626 (+25.45%)
Mutual labels:  ecommerce, shopping-cart, shop, ecommerce-platform
Arastta
Solid, Free, Open Source, Community Driven eCommerce
Stars: ✭ 251 (-49.7%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform
Bagisto
An easy to use, free and open source laravel eCommerce platform to build your online shop in no time.
Stars: ✭ 4,140 (+729.66%)
Mutual labels:  ecommerce, ecommerce-platform, opensource, shop
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+1268.14%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform
FoodDelivery
E-Commerce demo project. Food delivery application project made with.
Stars: ✭ 106 (-78.76%)
Mutual labels:  ecommerce, shopping-cart, shop, ecommerce-platform
Yupe
Yupe! is an open source Yiiframework-based online e-commerce solution. Demo https://demo.yupe.ru/
Stars: ✭ 596 (+19.44%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform
Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+130.66%)
Mutual labels:  ecommerce, shopping-cart, ecommerce-platform, open-source
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+371.74%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform
Ryal
🏵 An e-commerce library for elixir; just to save you some pain, we're still in construction, so star us instead or donate!
Stars: ✭ 87 (-82.57%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform
Orocommerce
Main OroCommerce package with core functionality.
Stars: ✭ 148 (-70.34%)
Mutual labels:  ecommerce, ecommerce-platform, symfony, open-source
Ecommwar
A leaderboard of the top open-source e-commerce platforms. Promoting the bests for building reliable stores.
Stars: ✭ 203 (-59.32%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform
mytek
Django e-commerce web application with advanced features
Stars: ✭ 27 (-94.59%)
Mutual labels:  ecommerce, shopping-cart, shop
Zencart
Zen Cart® is a full-function e-commerce application for your website.
Stars: ✭ 250 (-49.9%)
Mutual labels:  ecommerce, shopping-cart, ecommerce-platform
ng-shopping-cart
🛒 An Angular component library to create shopping carts
Stars: ✭ 46 (-90.78%)
Mutual labels:  ecommerce, shopping-cart, shop
react-ecommerce
E-commerce monorepo application using NextJs, React, React-native, Design-System and Graphql with Typescript
Stars: ✭ 136 (-72.75%)
Mutual labels:  ecommerce, shopping-cart, shop
Module Shop
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
Stars: ✭ 398 (-20.24%)
Mutual labels:  ecommerce, shop, shopping-cart

README

Build Status SensioLabsInsight Scrutinizer Code Quality Total Downloads License

What is WellCommerce?

WellCommerce is an e-commerce platform for PHP 7.x. It can be used to develop all kind of shops and extend them in the way you like.

The code is still hot but it only gets cooler :). Here are most important things which we have used to create this solution:

Demo

Home page Product card Products grid

Default credentials for administration area:

Login: admin

Password: admin

Requirements

WellCommerce is only supported on PHP 7.x. Every next major release will require actively supported PHP version

Installation

As WellCommerce uses Composer to manage its dependencies, the recommended way to create a new project is to use it.

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Then, use the create-project command to generate a new WellCommerce application:

php composer.phar create-project wellcommerce/standard-edition  --prefer-dist -sdev path/to/wellcommerce

or if the Composer is installed globally

composer create-project wellcommerce/standard-edition  --prefer-dist -sdev path/to/wellcommerce

Composer will install WellCommerce and all its dependencies under the path/to/wellcommerce directory. You will be asked to enter configuration parameters during the install process.

After the download is complete, run following command to create a database, install assets and import sample data:

cd path/to/wellcommerce
php app/console wellcommerce:install

Contributors

Every contributor is WellComme :). If you'd like to join us, please send a message at [email protected]

You can also discuss and share your opinions on WellCommerce in our gitter chat:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].