Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drupalcommerce/commerce
Commerce 2.x development
https://github.com/drupalcommerce/commerce
drupal drupal-commerce
Last synced: about 1 month ago
JSON representation
Commerce 2.x development
- Host: GitHub
- URL: https://github.com/drupalcommerce/commerce
- Owner: drupalcommerce
- Created: 2014-07-01T15:05:51.000Z (over 10 years ago)
- Default Branch: 8.x-2.x
- Last Pushed: 2020-10-06T10:56:55.000Z (about 4 years ago)
- Last Synced: 2024-09-28T10:03:44.284Z (about 1 month ago)
- Topics: drupal, drupal-commerce
- Language: PHP
- Homepage: https://drupal.org/project/commerce
- Size: 7.58 MB
- Stars: 350
- Watchers: 72
- Forks: 259
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Drupal Commerce
===============
[![Build Status](https://travis-ci.org/drupalcommerce/commerce.svg?branch=8.x-2.x)](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.