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

ActiveLibrary[API Development](/categories/api)

zestic/codeception-graphql
==========================

GraphQL extension for Codeception

v0.5.0(3y ago)22.0k↓50%2[1 issues](https://github.com/zestic/codeception-graphql/issues)MITPHPPHP &gt;=8.1

Since Oct 20Pushed 3y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

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 zestic/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

26

—

LowBetter than 43% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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 ~43 days

Total

5

Last Release

1134d ago

PHP version history (2 changes)v0.4.0PHP &gt;=7.1

v0.5.0PHP &gt;=8.1

### 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 (7 commits)")

---

Tags

codeceptioncodeception-modulegraphqlgraphqlcodeception

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/zestic-codeception-graphql/health.svg)](https://phpackages.com/packages/zestic-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)
