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
Requires
- ext-xmlwriter: *
- ext-zlib: *
- oro/calendar-bundle: 7.0.*
- oro/customer-portal: 7.0.*
- oro/marketing: 7.0.*
- oro/platform: 7.0.*
- oro/platform-serialised-fields: 7.0.*
- oroinc/soap-client: ^0.2.7
Requires (Dev)
- behat/behat: ~3.29.0
- behat/gherkin: ~4.16.0
- behat/mink: ~1.12.0
- behat/mink-selenium2-driver: ~1.6.0
- friends-of-behat/mink-extension: ~v2.7.5
- friends-of-behat/symfony-extension: ~2.6.0
- friendsofphp/php-cs-fixer: ~3.92.3
- nelmio/alice: ~3.14.0
- oro/twig-inspector: 1.1.*
- phpmd/phpmd: ~2.15.0
- phpunit/phpunit: ~9.6.34
- squizlabs/php_codesniffer: ~4.0.1
- symfony/browser-kit: ~7.4.0
- symfony/css-selector: ~7.4.0
- symfony/debug-bundle: ~7.4.0
- symfony/dom-crawler: ~7.4.0
- symfony/phpunit-bridge: ~7.4.0
- symfony/stopwatch: ~7.4.0
- symfony/var-dumper: ~7.4.0
- symfony/var-exporter: ~7.4.0
- symfony/web-profiler-bundle: ~7.4.0
- theofidry/alice-data-fixtures: ~1.6.0
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
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
