Skip to content

pguso/WellCommerce

 
 

Repository files navigation

README

Build Status SensioLabsInsight Scrutinizer Code Quality Total Downloads License

What is WellCommerce?

WellCommerce is an e-commerce platform for PHP 5.6+. 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:

Requirements

WellCommerce is only supported on PHP 5.6.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:

1) php composer.phar create-project wellcommerce/wellcommerce -s dev path/to/wellcommerce

or

2) composer create-project wellcommerce/wellcommerce -s dev path/to/wellcommerce 

Composer will install WellCommerce and all its dependencies under the path/to/wellcommerce directory.

Contributors

Every contributor is WellComme :). If you'd like to join us, please send a message at contributors@wellcommerce.org

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

![Gitter](https://badges.gitter.im/Join Chat.svg)

About

Open-source E-Commerce software

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 54.0%
  • JavaScript 29.2%
  • CSS 11.1%
  • HTML 5.3%
  • Other 0.4%