https://github.com/oroinc/orocommerce
Main OroCommerce package with core functionality.
https://github.com/oroinc/orocommerce
b2b commerce e-commerce e-commerceplatform ecommerce ecommerce-platform open-source orocommerce orocrm oroplatform php quotes symfony
Last synced: 8 months ago
JSON representation
Main OroCommerce package with core functionality.
- Host: GitHub
- URL: https://github.com/oroinc/orocommerce
- Owner: oroinc
- License: other
- Created: 2015-07-23T23:29:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T20:36:38.000Z (8 months ago)
- Last Synced: 2025-05-12T21:41:53.954Z (8 months ago)
- Topics: b2b, commerce, e-commerce, e-commerceplatform, ecommerce, ecommerce-platform, open-source, orocommerce, orocrm, oroplatform, php, quotes, symfony
- Language: PHP
- Homepage: http:///www.orocommerce.com/
- Size: 227 MB
- Stars: 198
- Watchers: 66
- Forks: 90
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: security.md
Awesome Lists containing this project
README
OroCommerce
===========
[](https://scrutinizer-ci.com/g/oroinc/orocommerce/?branch=master)
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][1]
Use as dependency in composer
-----------------------------
In order to define dependency on this package in your project just add the following to composer.json file:
```yaml
"require": {
"oro/commerce": "~0.1@dev"
}
```
Running Tests
-------------
To run unit tests:
```bash
phpunit
```
[1]: https://github.com/orocrm/orocommerce-application
Resources
---------
* [OroCommerce Documentation](https://doc.oroinc.com)
* [Contributing](https://doc.oroinc.com/community/contribute/)
* [Reporting a Security Issue](https://doc.oroinc.com/community/report-issues/security/)