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

ActiveLibrary[API Development](/categories/api)

zestic/graphql-component
========================

GraphQL component

v0.19.1(2mo ago)05MITPHPPHP ^8.3 || ^8.4CI failing

Since Aug 23Pushed 2mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (10)Versions (50)Used By (0)

GraphQL Messenger Component
===========================

[](#graphql-messenger-component)

Bridge between Webonxy and Symfony Messenger

All messages must extend GraphQLMessage

---

There is a new auto wire feature It can cause your request to take several seconds. You'll need to make sure you have `ConfigAggregator::ENABLE_CACHE` set to `true`.

```
    ConfigAggregator::ENABLE_CACHE => true,
```

---

For everything not autowired, it can be added manually. Config

```
'graphQL'      => [
    'mutations'    => [
        'addEmailToList'   => App\Domain\Message\Mutation\AddEmailToListMessage::class,
        'addEmailToList'                    =>  [
            'bus' => 'messenger.not-default-bus', \\ optional
            'handler' => App\Domain\Handler\Mutation\AddEmailToListHandler::class,
            'message' => App\Domain\Message\Mutation\AddEmailToListMessage::class,
        ],
    ],
    'queries'      => [
        'ping'                    =>  [
            'bus' => 'messenger.not-default-bus', \\ optional
            'handler' => App\Domain\Handler\Query\PingHandler::class,
            'message' => App\Domain\Message\Query\PingMessage::class,
        ],
    ],
    'middleware'   => [
        'allowedHeaders' => [
            'application/graphql',
            'application/json',
        ],
    ],
    'schema'       => App\GraphQL\Schema::class,
];
```

In `config.php` add the `ConfigProcess.php` class to the post processors

```
$postProcessors = [
    \Zestic\GraphQL\ConfigProcessor::class,
];
$aggregator = new ConfigAggregator([
        ...
    ], $cacheConfig['config_cache_path'], $postProcessors);

return $aggregator->getMergedConfig();
```

This will wire up the connections between the handlers and messages in Symfony Messenger and it also builds the config for `the RequestDispatcher`

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance85

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

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

Recently: every ~108 days

Total

49

Last Release

79d ago

PHP version history (7 changes)v0.0.1PHP &gt;=7.1

v0.1.0PHP &gt;=7.4

v0.2.3PHP &gt;=7.4 || ^8.0

v0.4.1PHP ^8.0

v0.13.0PHP ^8.2

v0.16.0PHP ^8.3

v0.19.0PHP ^8.3 || ^8.4

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

---

Tags

laminasGraqhQL

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)[tamara-solution/php-sdk

Tamara PHP Client Library

10259.4k1](/packages/tamara-solution-php-sdk)[rubix/server

Deploy your Rubix ML models to production with scalable stand-alone inference servers.

632.3k](/packages/rubix-server)

PHPackages © 2026

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