{"id":36399685,"url":"https://github.com/marellocommerce/marello-magento-bundle","last_synced_at":"2026-01-11T16:02:40.143Z","repository":{"id":62523972,"uuid":"137994945","full_name":"marellocommerce/marello-magento-bundle","owner":"marellocommerce","description":"Marello package, integrates Products, Inventory and Orders with Magento","archived":false,"fork":false,"pushed_at":"2018-10-25T08:06:14.000Z","size":30652,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-27T19:21:36.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marellocommerce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-20T07:19:58.000Z","updated_at":"2018-10-25T07:44:56.000Z","dependencies_parsed_at":"2022-11-02T14:15:21.561Z","dependency_job_id":null,"html_url":"https://github.com/marellocommerce/marello-magento-bundle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/marellocommerce/marello-magento-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marellocommerce%2Fmarello-magento-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marellocommerce%2Fmarello-magento-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marellocommerce%2Fmarello-magento-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marellocommerce%2Fmarello-magento-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marellocommerce","download_url":"https://codeload.github.com/marellocommerce/marello-magento-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marellocommerce%2Fmarello-magento-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28312170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-11T16:02:40.088Z","updated_at":"2026-01-11T16:02:40.137Z","avatar_url":"https://github.com/marellocommerce.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"MarelloMagentoBundle\n===================\n\nBundle provides integration with Magento e-commerce solution.\n\n### GENERAL INFO\nThe bundle will provide integration per Magento Website/Store to sync the following data-entities with Marello instance:\n\n* Orders\n* Products\n* Product Prices\n* Inventory\n* Tax data\n* Category linking / product catalog assignment\n\n### Notes\nMarello integration with Magento is documented by the ORO team using OROCRM, the instruction is completely the same except for minor details elaborated here:\n\n* An extra Magento Extension is needed on top of the _OroCRM Bridge Magento Extenstion_ to provide Marello Catalog Codes.\n    * https://github.com/marellocommerce/magento-marello-bridge\n    * https://github.com/oroinc/magento-orocrm-bridge\n* Similar integration between Magento and ORO can be found on this [link](https://oroinc.com/orocrm/doc/2.0/admin-guide/integrations/magento-channel-integration)\n\n### Requirements\nMarello Magento Bridge requires Marello CE 1.5.* or Marello EE 1.1.* and Magento 1.9.* installed in order to function correctly.\n\n### USAGE\n\n* CLI:\n\n```\n$ ./app/console oro:cron:integration:sync --help\nUsage:\n  oro:cron:integration:sync [options] [--] [\u003cconnector-parameters\u003e]...\n\nArguments:\n  connector-parameters                             Additional connector parameters array. Format - parameterKey=parameterValue\n\nOptions:\n  -i, --integration[=INTEGRATION]                  If option exists sync will be performed for given integration id\n  -h, --help                                       Display this help message\n  -q, --quiet                                      Do not output any message\n  -V, --version                                    Display this application version\n      --ansi                                       Force ANSI output\n      --no-ansi                                    Disable ANSI output\n  -n, --no-interaction                             Do not ask any interactive question\n  -s, --shell                                      Launch the shell.\n      --process-isolation                          Launch commands from shell as a separate process.\n  -e, --env=ENV                                    The Environment name. [default: \"dev\"]\n      --no-debug                                   Switches off debug mode.\n      --current-user=CURRENT-USER                  ID, username or email of the user that should be used as current user\n      --current-organization=CURRENT-ORGANIZATION  ID or name of the organization that should be used as current organization\n      --disabled-listeners=DISABLED-LISTENERS      Disable optional listeners, \"all\" to disable all listeners, command \"oro:platform:optional-listeners\" shows all listeners (multiple values allowed)\n  -con, --connector[=CONNECTOR]                    If option exists sync will be performed for given connector name\n  -v|vv|vvv, --verbose                             Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug\n\nHelp:\n  Runs synchronization for integration\n```\n\n### Using Composer\n\nIf you don't have Composer yet, download it and follow the instructions on\nhttps://getcomposer.org/ or just run the following command:\n\n```bash\n    curl -s https://getcomposer.org/installer | php\n```\n\nIf you're using Composer to install the Marello Magento Integration, you will need to add the package as a dependency in the composer.json.\nIn order to add the dependency the following command should be executed from the (OroCommerce/Marello)installation directory: \n\n* Notice:\nWhere needed please add the repository in your composer.json:\n\n```\n    \"marello-magento-bundle\": {\n        \"type\": \"vcs\",\n        \"url\": \"https://github.com/marellocommerce/marello-magento-bundle.git\"\n    }\n```\n\n```bash\n    php -dmemory_limit=-1 $(which composer) require marellocommerce/marello-magento-bundle dev-master -vvv\n```\n\n* Admin GUI:\n`System → Integrations → Manage Integrations `\n\n### LICENCE\nMarello\n\nThe Open Software License version 3.0\n\nCopyright (c) 2015-2018, Madia B.V.\n\nFull license is at: http://opensource.org/licenses/OSL-3.0\n\n\n#### API REFERENCE\n[Internal DOC API](./Resources/doc/api)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarellocommerce%2Fmarello-magento-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarellocommerce%2Fmarello-magento-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarellocommerce%2Fmarello-magento-bundle/lists"}