marellocommerce/marello-orocommerce-api-bridge

Api Bridge for exposing additional resources from OroCommerce to integrate with Marello

3.0.1 2020-06-05 14:51 UTC

This package is auto-updated.

Last update: 2024-03-29 04:04:43 UTC


README

Package that contains bundles related to the extension of OroCommerce's API resources in order to integrate with Marello. This package should be present on the OroCommerce instance whenever integrating with Marello either in a single instance or as separate instances.

Requirements

This package requires you to have OroCommerce 3.1.x version installed in order to extend the API Data resources

Installation instructions

Using Composer

If you don't have Composer yet, download it and follow the instructions on https://getcomposer.org/ or just run the following command:

    curl -s https://getcomposer.org/installer | php

If you're using Composer to install the Marello OroCommerce Api Bridge, you will need to add the package as a dependency in the composer.json. In order to add the dependency the following command should be executed from the (OroCommerce/Marello)installation directory:

    php composer.phar require marellocommerce/marello-orocommerce-api-bridge

After adding the Marello OroCommerce Api Bridge as an new dependency, you should update in order to get the latest versions and updating the composer.lock file

    php composer.phar update