PHPackages                             liinkiing/graphql-maker-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. liinkiing/graphql-maker-bundle

ActiveSymfony-bundle[API Development](/categories/api)

liinkiing/graphql-maker-bundle
==============================

Bundle to easily create GraphQL types for Overblog GraphQLBundle

1.3.0(6y ago)103.9kMITPHPPHP ^7.0.8

Since Mar 19Pushed 6y ago2 watchersCompare

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

READMEChangelogDependencies (6)Versions (10)Used By (0)

GraphQL Maker Bundle
====================

[](#graphql-maker-bundle)

Bundle to easily create GraphQL types for [Overblog GraphQL Bundle](https://github.com/overblog/GraphQLBundle) by using the new [Symfony Maker component](https://github.com/symfony/maker-bundle)

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

[](#installation)

```
$ composer require liinkiing/graphql-maker-bundle
```

If you use **Symfony flex**, it will be automatically register under the `bundles.php` file. Otherwise, register the bundle manually

```
// AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Liinkiing\GraphQLMakerBundle\GraphQLMakerBundle(),
        ];

        // ...
    }
}
```

Configuration
-------------

[](#configuration)

By default, no configuration is needed. It uses **convention over configuration**, but if you wanna customize the behaviour, you can add a config file `config/packages/dev/graphql_maker.yaml` :

```
graphql_maker:
  root_namespace: App\GraphQL # Customize the root namespace where PHP mutations and resolver will be
  schemas: # You can also define, for any schemas if you use many, a custom out directory for types files
    public:
      out_dir: '%kernel.project_dir%/config/graphql/public/types'
    internal:
      out_dir: '%kernel.project_dir%/config/graphql/internal/types'
    preview:
      out_dir: '%kernel.project_dir%/config/graphql/preview/types'
```

Usage
-----

[](#usage)

Currently, you can generate:

- type
- connection
- query
- mutation

```
$ bin/console make:graphql:type       [--schema]
$ bin/console make:graphql:connection [--schema]
$ bin/console make:graphql:query      [--schema]
$ bin/console make:graphql:mutation   [--schema]
$ bin/console make:graphql:resolver
```

Then, you will be asked some questions to generate what you asked, *à la Maker*

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

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

Recently: every ~96 days

Total

9

Last Release

2212d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a101141e44c857104e4d0e0c526a6a0dcf2bc977506eb0c6537fe996e61efa8?d=identicon)[Linking](/maintainers/Linking)

---

Top Contributors

[![Liinkiing](https://avatars.githubusercontent.com/u/17753997?v=4)](https://github.com/Liinkiing "Liinkiing (34 commits)")

---

Tags

bundlecode-generationgeneratorgraphqlgraphql-bundlegraphql-typesmakerscaffoldingsymfonysymfony-bundlegraphqlscaffoldinggeneratorcode generatorscaffoldgraphql types

### Embed Badge

![Health badge](/badges/liinkiing-graphql-maker-bundle/health.svg)

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

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[worksome/graphlint

A static analysis tool for GraphQL

13189.4k](/packages/worksome-graphlint)

PHPackages © 2026

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