PHPackages                             adexos/m2-jane-sdk-bridge - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. adexos/m2-jane-sdk-bridge

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

adexos/m2-jane-sdk-bridge
=========================

Adexos Jane SDK Bridge for Magento 2

v2.0.3(1y ago)25.1k↓20.8%1PHPPHP ^7.4 || ^8.0

Since Sep 14Pushed 1y ago2 watchersCompare

[ Source](https://github.com/adexos/m2-jane-sdk-bridge)[ Packagist](https://packagist.org/packages/adexos/m2-jane-sdk-bridge)[ RSS](/packages/adexos-m2-jane-sdk-bridge/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (6)Used By (0)

SDK Bridge from JanePHP to Magento 2
====================================

[](#sdk-bridge-from-janephp-to-magento-2)

How to install
==============

[](#how-to-install)

You can install it by typing : `composer require adexos/m2-jane-sdk-bridge`

How to use
==========

[](#how-to-use)

This SDK Bridge is a tool to easier Jane SDK generated client your implementation through your Magento 2 application.

In your `di.xml`, you have to declare :

```

            MyHttpClient

                MyClientHostPlugin
                MyClientPathPlugin

            PathTo\Generated\Jane\Client

                Vendor\MySDKBridge\Model\Config::PATH_TO_ENDPOINT_URL_YOU_MUST_DEFINE

                Vendor\MySDKBridge\Model\Config::XPATH_TO_ENDPOINT_URL_YOU_MUST_DEFINE

```

Where your `Vendor\MySDKBridge\Http\MyClient` is

```
