oro/commerce

OroCommerce - an open-source Business to Business Commerce application. \nThis package contains bundles and needs to be added as a dependency in an OroCommerce application.

Maintainers

👁 orocrm

Package info

github.com/oroinc/orocommerce

pkg:composer/oro/commerce

Statistics

Installs: 52 188

Dependents: 66

Suggesters: 0

Stars: 204

Open Issues: 68

7.0.3 2026-06-10 17:55 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

OSL-3.0 6a9788b7f4e0325b3714bec0427438b3746e6029

This package is auto-updated.

Last update: 2026-06-16 10:16:35 UTC


README

👁 Scrutinizer Code Quality

What is OroCommerce?

OroCommerce is an open-source Business to Business Commerce application built with flexibility in mind. OroCommerce can be customized and extended to fit any B2B commerce needs.

Installation

This package requires an application to run it. Please check the installation instructions in orocommerce-application repository

Use as dependency in composer

In order to define dependency on this package in your project just add the following to composer.json file:

 "require": {
 "oro/commerce": "~0.1@dev"
 }

Running Tests

To run unit tests:

phpunit

Resources