https://github.com/drupalcommerce/commerce
Commerce 2.x development
https://github.com/drupalcommerce/commerce
drupal drupal-commerce
Last synced: about 1 year ago
JSON representation
Commerce 2.x development
- Host: GitHub
- URL: https://github.com/drupalcommerce/commerce
- Owner: drupalcommerce
- Created: 2014-07-01T15:05:51.000Z (almost 12 years ago)
- Default Branch: 8.x-2.x
- Last Pushed: 2020-10-06T10:56:55.000Z (over 5 years ago)
- Last Synced: 2025-03-28T11:06:59.330Z (about 1 year ago)
- Topics: drupal, drupal-commerce
- Language: PHP
- Homepage: https://drupal.org/project/commerce
- Size: 7.58 MB
- Stars: 351
- Watchers: 71
- Forks: 256
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Drupal Commerce
===============
[](https://travis-ci.org/drupalcommerce/commerce)
Drupal Commerce is the leading flexible eCommerce solution for Drupal,
powering over 60,000 online stores of all sizes.
Please report bugs in the [issue queue](https://www.drupal.org/project/issues/commerce?version=8.x).
[Documentation](http://docs.drupalcommerce.org)
[Issue Tracker](https://www.drupal.org/project/issues/commerce?version=8.x)
## Installation
Use [Composer](https://getcomposer.org/) to get Drupal + Commerce with all dependencies.
```
composer create-project drupalcommerce/project-base mysite --stability dev --no-interaction
```
See the [install documentation](https://docs.drupalcommerce.org/commerce2/developer-guide/install-update/installation) for more details.