PHPackages                             ingenico-epayments/connect-extension-magento2-graphql - 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. [API Development](/categories/api)
4. /
5. ingenico-epayments/connect-extension-magento2-graphql

ActiveMagento2-module[API Development](/categories/api)

ingenico-epayments/connect-extension-magento2-graphql
=====================================================

GraphQL support for the Ingenico Connect Magento 2 Module

0.1.3(5y ago)2922MITPHPCI failing

Since Apr 29Pushed 5y ago9 watchersCompare

[ Source](https://github.com/Ingenico-ePayments/connect-extension-magento2-graphql)[ Packagist](https://packagist.org/packages/ingenico-epayments/connect-extension-magento2-graphql)[ RSS](/packages/ingenico-epayments-connect-extension-magento2-graphql/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Ingenico Connect GraphQL Module for Magento 2
=============================================

[](#ingenico-connect-graphql-module-for-magento-2)

This module adds GraphQl support to the [Ingenico Connect Module for Magento 2](https://github.com/Ingenico-ePayments/connect-extension-magento2).

**Please note that this module is currently in `0.x`-release and should therefor be considered 'unstable'. This does not mean that the module will not work as expected but that it's public API is not definitive yet.**

Usage
-----

[](#usage)

This module adds an option to GraphQl to generate a [consumer session](https://epayments-api.developer-ingenico.com/s2sapi/v1/en_US/java/sessions/create.html)that you can use with the [Ingenico mobile and browser SDK's](https://epayments.developer-ingenico.com/documentation/sdk/mobile/).

Installation instructions
-------------------------

[](#installation-instructions)

This module can be installed using Composer:

```
composer require ingenico-epayments/connect-extension-magento2-graphql

```

Example
-------

[](#example)

The following GraphQl query will create a consumer session with Ingenico:

```
{
  ingenicoClientSession {
    assetUrl
    clientApiUrl
    clientSessionId
    customerId
    invalidTokens
    region
  }
}
```

Example response:

```
{
  "data": {
    "ingenicoClientSession": {
      "assetUrl": "https://assets.pay1.preprod.secured-by-ingenico.com/",
      "clientApiUrl": "https://ams1.preprod.api-ingenico.com/client",
      "clientSessionId": "ccf8ee1015944ab09e053411e683b43f",
      "customerId": "11492-214bf4b4d0db4321a5e006e0ec6f080b",
      "invalidTokens": null,
      "region": "EU"
    }
  }
}
```

### Registered Customers in Magento

[](#registered-customers-in-magento)

If you're making a request for a registered customer in Magento (a customer that is currently logged in), please make sure that you've [generated a customer token](https://devdocs.magento.com/guides/v2.3/graphql/get-customer-authorization-token.html)and included it in the HTTP Headers.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~39 days

Total

4

Last Release

2093d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee590fdac63677436c4c15242428152e006bb636de4b1d54a0adf477d4530c0b?d=identicon)[IngenicoEPayments](/maintainers/IngenicoEPayments)

---

Top Contributors

[![IngenicoEPayments](https://avatars.githubusercontent.com/u/16818369?v=4)](https://github.com/IngenicoEPayments "IngenicoEPayments (4 commits)")[![rikvanthof](https://avatars.githubusercontent.com/u/8860287?v=4)](https://github.com/rikvanthof "rikvanthof (1 commits)")

### Embed Badge

![Health badge](/badges/ingenico-epayments-connect-extension-magento2-graphql/health.svg)

```
[![Health](https://phpackages.com/badges/ingenico-epayments-connect-extension-magento2-graphql/health.svg)](https://phpackages.com/packages/ingenico-epayments-connect-extension-magento2-graphql)
```

###  Alternatives

[nuwave/lighthouse

A framework for serving GraphQL from Laravel

3.5k10.7M93](/packages/nuwave-lighthouse)[thecodingmachine/graphqlite

Write your GraphQL queries in simple to write controllers (using webonyx/graphql-php).

5723.1M30](/packages/thecodingmachine-graphqlite)[wp-graphql/wp-graphql

GraphQL API for WordPress

3.8k391.7k19](/packages/wp-graphql-wp-graphql)[overblog/graphql-bundle

This bundle provides tools to build a GraphQL server in your Symfony App.

8027.9M28](/packages/overblog-graphql-bundle)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[aimeos/ai-admin-graphql

Aimeos Admin GraphQL API extension

944100.0k4](/packages/aimeos-ai-admin-graphql)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
