PHPackages                             axtiva/flexible-graphql-bundle - 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. axtiva/flexible-graphql-bundle

ActiveLibrary[API Development](/categories/api)

axtiva/flexible-graphql-bundle
==============================

Schema first bundle for generate php code from graphql sdl to TypeRegistry with webonyx/graphql-php for symfony framework

v3.1.0(2mo ago)614.7k↓83.9%MITPHPPHP ^8.3CI passing

Since Oct 16Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/axtiva/flexible-graphql-bundle)[ Packagist](https://packagist.org/packages/axtiva/flexible-graphql-bundle)[ RSS](/packages/axtiva-flexible-graphql-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (28)Versions (24)Used By (0)

Axtiva Flexible Graphql Bundle
==============================

[](#axtiva-flexible-graphql-bundle)

Symfony bundle for [Flexible Graphql PHP](https://github.com/axtiva/flexible-graphql-php) for fast implementation graphql api

Features
--------

[](#features)

- SDL first code generation
- Fast integration to any project without breaking changes
- Lazy loading on schema definition
- Apollo Federation Support
- Amphp v3 support for async executions
- Executable directives
- Support symfony native opcache preload file generation

Setup
=====

[](#setup)

Composer install:

```
composer require axtiva/flexible-graphql-bundle
```

Create bundle config:

```
# content of config/packages/flexible_graphql.yaml
flexible_graphql:
  namespace: App\GraphQL # namespace where store GraphQL models and resolvers
  dir: '%kernel.project_dir%/src/GraphQL/' # path where it will be they save files
  schema_type: graphql # type of schema generation. Default is `graphql` or optional is `federation` for apollo federation support
  schema_files: '%kernel.project_dir%/config/graphql/*.graphql' # path to graphql schema SDL files
  enable_preload: false # use Symfony preload if it true
  default_resolver: flexible_graphql.default_resolver # default resolver if it does not defined
```

Run command

```
bin/console cache:clear
```

Look at flexible\_graphql.dir created files.

Quick install
-------------

[](#quick-install)

Quick install [guide](docs/index.md)

Supported commands
------------------

[](#supported-commands)

```
bin/console list flexible_graphql
```

Async execution
---------------

[](#async-execution)

Currently, the bundle supports async execution of resolvers using amphp v3. Read in [docs/async.md](docs/async.md) how to use it.

Tests
-----

[](#tests)

Run tests

```
php vendor/bin/phpunit

```

PHPStan
-------

[](#phpstan)

Run PHPStan

```
php vendor/bin/phpstan analyse -c phpstan.neon.dist

```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance84

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity75

Established project with proven stability

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

Recently: every ~32 days

Total

19

Last Release

81d ago

Major Versions

v0.3.0 → v1.0.02022-03-27

v1.0.5 → v2.0.0-alpha2023-03-18

v2.3.0 → v3.0.02026-03-13

PHP version history (3 changes)v0.1.0PHP &gt;=7.4

v1.0.0PHP ^7.4 | ^8.0

v3.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b0b7dd34ef515c8cc41feb109b3bd8f67a2e3280f92641dfcba976bdc8b9634?d=identicon)[bpteam](/maintainers/bpteam)

---

Top Contributors

[![bpteam](https://avatars.githubusercontent.com/u/1714419?v=4)](https://github.com/bpteam "bpteam (25 commits)")

---

Tags

apollo-federationapollo-federation-subgrapghgraphqlgraphql-serverphpsymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/axtiva-flexible-graphql-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/axtiva-flexible-graphql-bundle/health.svg)](https://phpackages.com/packages/axtiva-flexible-graphql-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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