Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

net.magja:magja-parent

Package Overview
Maintainers
7
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

net.magja:magja-parent

Magja is a java connector for access the Magento API (http://www.magentocommerce.com/support/magento_core_api), with that you will be able to manipulate the magento products (images include), categories, customers, orders, and much more. Just you have to do its create a properties file with the connection parameters for the magento installation. For more information visit the project page.

  • 1.1.0
  • Source
  • Maven

Version published
Maintainers
7
Source

Magja | Magento Java Connector

Build Status codecov Maven Central

Magja is a Java Connector for Magento's SOAP API that allows easy integration with the popular shop system and allows to exchange all data available by the Magento API.

Core Features

  • Basic support for Magento 1.x SOAP API V1
  • Allows access to:
    • Product
    • Product Media
    • Product Link
    • Product Categories
    • Product Attributes
    • Country
    • Region
    • Customer
    • Order
    • Invoice
    • Cart
  • Extensible (without code generation) for custom API

Documentation

The official documentation is located on the Magja Homepage.

Development notes

We use Travis CI to ensure that builds are passing. CodeCov is used to measure test coverage and SonarQube to find bugs.

Magja is build using Apache Maven. Please run:

mvn clean package

to build the software. There is a Maven profile included, running the entire integration-test suite against a Magento Shop. Please make sure to place your magento-api.properties file in src/test/resources and run the following command to execute the integration tests:

mvn clean install -P itest

Fo producing a release, the following command is used (only if you have enough permissions to do so):

mvn --batch-mode -Dmaven.test.skip=true -Dresume=false clean release:prepare release:perform

Sonar metrics

Quality Gate Sonar Rating Sonar Debt Ration Sonar Reliability

References and History

Magja has been developed on Google Code, so old resources are still available at:

FAQs

Package last updated on 26 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc