PHPackages                             zero1/magento2-graphql-client - 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. zero1/magento2-graphql-client

ActiveLibrary[API Development](/categories/api)

zero1/magento2-graphql-client
=============================

PHP GraphQL client for Magento 2

2.4.8-p1(1mo ago)015↓66.7%1MITPHPPHP ^7.4 || ^8.0

Since Jul 17Pushed 1mo agoCompare

[ Source](https://github.com/zero1limited/magento2-graphql-client)[ Packagist](https://packagist.org/packages/zero1/magento2-graphql-client)[ RSS](/packages/zero1-magento2-graphql-client/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Magento 2 GraphQL Client (Adobe Commerce 2.4.8)
===============================================

[](#magento-2-graphql-client-adobe-commerce-248)

Generated GraphQL client library targeting the Adobe Commerce GraphQL reference for version 2.4.8:

This package provides:

- A reusable low-level GraphQL HTTP client based on Guzzle
- Strong request/response primitives
- Typed exceptions for transport and GraphQL response errors
- A high-level Adobe Commerce client with common query/mutation helpers
- A curated operation set aligned to the 2.4.8 reference

**STILL VERY MUCH A WIP and POC**

Installation
------------

[](#installation)

```
composer require zero1/magento2-graphql-client
```

Adobe Commerce endpoint
-----------------------

[](#adobe-commerce-endpoint)

Adobe Commerce GraphQL endpoint format:

```
https:///graphql

```

Quick start
-----------

[](#quick-start)

```
