PHPackages                             wellcommerce/standard-edition - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. wellcommerce/standard-edition

ActiveLibrary[Framework](/categories/framework)

wellcommerce/standard-edition
=============================

WellCommerce Standard Edition

12.1kPHP

Since Apr 29Pushed 9y ago2 watchersCompare

[ Source](https://github.com/WellCommerce/StandardEdition)[ Packagist](https://packagist.org/packages/wellcommerce/standard-edition)[ RSS](/packages/wellcommerce-standard-edition/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

README
======

[](#readme)

[![Build Status](https://camo.githubusercontent.com/fc891debd15c2c7a7baaa35245c06119a347edd5b3c02d9a84bb91c32bdf1f1b/68747470733a2f2f7472617669732d63692e6f72672f57656c6c436f6d6d657263652f5374616e6461726445646974696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/WellCommerce/StandardEdition)[![SensioLabsInsight](https://camo.githubusercontent.com/eab70a715296b19736e4a8d81536536413531de57ea4ff1896bdb73c7bfee11e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39386661363561332d613961302d346165382d623763392d3237643363633163656262322f6d696e692e706e67)](https://insight.sensiolabs.com/projects/98fa65a3-a9a0-4ae8-b7c9-27d3cc1cebb2)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d7dbbfebfe16307f7c614ed4e85d7ba10834c9dc04b59921f3ff668c66926079/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57656c6c436f6d6d657263652f57656c6c436f6d6d657263652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/WellCommerce/WellCommerce/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/7f1cb66789dcd7fd702eaea0d0999b5f03f700680a655fe3d7442b684b757bad/68747470733a2f2f706f7365722e707567782e6f72672f77656c6c636f6d6d657263652f7374616e646172642d65646974696f6e2f646f776e6c6f6164732e737667)](https://packagist.org/packages/wellcommerce/standard-edition)[![License](https://camo.githubusercontent.com/13ea9797fd5f836bc2ed42119def400bb34c8d85156668e9dea0eaa345fe9878/68747470733a2f2f706f7365722e707567782e6f72672f77656c6c636f6d6d657263652f77656c6c636f6d6d657263652f6c6963656e73652e737667)](https://packagist.org/packages/wellcommerce/wellcommerce)

What is WellCommerce?
---------------------

[](#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:

- [Symfony 3.2 Full-stack framework](http://symfony.com)
- [Doctrine 2.5 ORM](http://doctrine-project.org)
- [PHPUnit 5 testing framework](https://phpunit.de)
- [Twig template engine](http://twig.sensiolabs.org)
- [Twitter Bootstrap 3 as a base HTML framework](http://getbootstrap.com)``

Demo
----

[](#demo)

[![Home page](https://camo.githubusercontent.com/f83056ee8b45733649ca5410f6824ef4099f213ba53b1b0ad439ebccc8e8a7bd/687474703a2f2f77656c6c636f6d6d657263652e6f72672f7765622f6173736574732f73637265656e732f6d61696e736964652d6d2e706e67)](http://wellcommerce.org/web/assets/screens/mainside.png)[![Product card](https://camo.githubusercontent.com/c35e3b2a55ae6d4819966fa4948861d92e2f54d7e66906f739f7164587210035/687474703a2f2f77656c6c636f6d6d657263652e6f72672f7765622f6173736574732f73637265656e732f70726f647563742d6d2e706e67)](http://wellcommerce.org/web/assets/screens/product.png)[![Products grid](https://camo.githubusercontent.com/0e4924d5eb0fd9840efa081cb2deb5bfc7d96171e599253d5f15dc6fe07374b0/687474703a2f2f77656c6c636f6d6d657263652e6f72672f7765622f6173736574732f73637265656e732f63617465676f72792d6d2e706e67)](http://wellcommerce.org/web/assets/screens/category.png)

- [Front-end](http://demo.wellcommerce.org)
- [Administration](http://demo.wellcommerce.org/admin)

Default credentials for administration area:

```
Login: admin

Password: admin

```

Requirements
------------

[](#requirements)

WellCommerce is only supported on PHP 7.x. Every next major release will require [actively supported PHP version](http://php.net/supported-versions.php)

Installation
------------

[](#installation)

As WellCommerce uses [Composer](http://getcomposer.org/) 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  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
------------

[](#contributors)

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

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

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6772616?v=4)[WellCommerce](/maintainers/wellcommerce)[@WellCommerce](https://github.com/WellCommerce)

---

Top Contributors

[![adampiotrowski](https://avatars.githubusercontent.com/u/6223254?v=4)](https://github.com/adampiotrowski "adampiotrowski (24 commits)")

---

Tags

e-commerceecommerceopen-sourcesellingshopping-cartsymfonysymfony3wellcommerce

### Embed Badge

![Health badge](/badges/wellcommerce-standard-edition/health.svg)

```
[![Health](https://phpackages.com/badges/wellcommerce-standard-edition/health.svg)](https://phpackages.com/packages/wellcommerce-standard-edition)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
