An open API service indexing awesome lists of open source software.

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: 25 days ago
JSON representation

Main OroCommerce package with core functionality.

Awesome Lists containing this project

README

        

OroCommerce
===========

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/oroinc/orocommerce/badges/quality-score.png?b=master)](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/)