PHPackages                             xaddax/codeception-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. xaddax/codeception-graphql

Abandoned → [zestic/codeception-graphql](/?search=zestic%2Fcodeception-graphql)Library[API Development](/categories/api)

xaddax/codeception-graphql
==========================

GraphQL extension for Codeception

0.3.0(6y ago)515.6k↓33.3%2MITPHPPHP &gt;=7.1

Since Jun 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/xaddax/codeception-graphql)[ Packagist](https://packagist.org/packages/xaddax/codeception-graphql)[ RSS](/packages/xaddax-codeception-graphql/feed)WikiDiscussions master Synced 1mo ago

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

\#No longer supported, use zestic/codeception-graphql instead

Codeception GraphQL
===================

[](#codeception-graphql)

#### A codeception extension for calling GraphQL endpoints

[](#a-codeception-extension-for-calling-graphql-endpoints)

This requires a running server, you can use [Codeception PhpBuiltInServer](https://github.com/tiger-seo/PhpBuiltinServer)if needed.

#### Installation

[](#installation)

```
composer require xaddax/codeception-graphql --dev
```

#### To configure

[](#to-configure)

In your acceptance.suite.yml file

```
modules:
    enabled:
        - GraphQL:
            url: 'http://localhost:8080/'
```

#### Testing

[](#testing)

To use it in a test

```
class PingCest
{
    public function testPing(AcceptanceTester $I)
    {
        $query = 'query{ping {response}}';
        $I->sendGraphQL($query);
        $expected = [
            'ping' => [
                'response' => 'pong',
            ],
        ];
        $I->assertEquals($expected, $I->grabResponseData());
    }
}
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~334 days

Total

3

Last Release

2240d ago

### Community

Maintainers

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

---

Top Contributors

[![iampersistent](https://avatars.githubusercontent.com/u/16964?v=4)](https://github.com/iampersistent "iampersistent (1 commits)")

---

Tags

graphqlcodeception

### Embed Badge

![Health badge](/badges/xaddax-codeception-graphql/health.svg)

```
[![Health](https://phpackages.com/badges/xaddax-codeception-graphql/health.svg)](https://phpackages.com/packages/xaddax-codeception-graphql)
```

###  Alternatives

[webonyx/graphql-php

A PHP port of GraphQL reference implementation

4.7k77.3M333](/packages/webonyx-graphql-php)[nuwave/lighthouse

A framework for serving GraphQL from Laravel

3.5k10.7M93](/packages/nuwave-lighthouse)[overblog/graphql-bundle

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

8027.9M28](/packages/overblog-graphql-bundle)[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[gmostafa/php-graphql-client

GraphQL client and query builder.

3217.6M25](/packages/gmostafa-php-graphql-client)[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)
