PHPackages                             zidaneus/graphiql-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. zidaneus/graphiql-bundle

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

zidaneus/graphiql-bundle
========================

Symfony GraphiQLBundle makes possible to render the UI into your symfony project

1.0.1(1y ago)0193MITPHPPHP ^8.3

Since Oct 30Pushed 1y agoCompare

[ Source](https://github.com/zidaneus/GraphiQLBundle)[ Packagist](https://packagist.org/packages/zidaneus/graphiql-bundle)[ RSS](/packages/zidaneus-graphiql-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (17)Versions (9)Used By (0)

OverblogGraphiQLBundle
======================

[](#overbloggraphiqlbundle)

This Symfony bundle provides integration of [GraphiQL](https://github.com/graphql/graphiql) interface to your Symfony application

[![Build Status](https://camo.githubusercontent.com/226e65a59a79c717908878168fe6f4160d978cf3d801bd77aed60479b355c6e9/68747470733a2f2f7472617669732d63692e6f72672f6f766572626c6f672f477261706869514c42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/overblog/GraphiQLBundle)[![Coverage Status](https://camo.githubusercontent.com/bbb7ffe7e15b0ff332a7f24a01570b0ffc4dd87778d26c28a016593cb8ea2472/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6f766572626c6f672f477261706869514c42756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/overblog/GraphiQLBundle?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/577bc6f55a07400f34aac2c550e9c1cbda1a3b4cd0c094878f907f7955aecd5f/68747470733a2f2f706f7365722e707567782e6f72672f6f766572626c6f672f677261706869716c2d62756e646c652f76657273696f6e)](https://packagist.org/packages/overblog/graphiql-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/cdfc817873970e8528a631015210e270fc07294bf123093ae0482207861ee692/68747470733a2f2f706f7365722e707567782e6f72672f6f766572626c6f672f677261706869716c2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/overblog/graphiql-bundle)[![Total Downloads](https://camo.githubusercontent.com/84c1230d08fe4e53cc7e5b79696f03312cd6a6375495f471af376c67ac714e88/68747470733a2f2f706f7365722e707567782e6f72672f6f766572626c6f672f677261706869716c2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/overblog/graphiql-bundle)

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

[](#installation)

**a)** Download the bundle

In the project directory:

```
composer require --dev overblog/graphiql-bundle
```

Symfony Flex installation
-------------------------

[](#symfony-flex-installation)

**Note** If you are using Symfony Standard go to the next section

**a)** Accept the contrib recipes installation from Symfony Flex

```
-  WARNING  overblog/graphiql-bundle (0.1): From github.com/symfony/recipes-contrib
    The recipe for this package comes from the "contrib" repository, which is open to community contributions.
    Do you want to execute this recipe?
    [y] Yes
    [n] No
    [a] Yes for all packages, only for the current installation session
    [p] Yes permanently, never ask again for this project
    (defaults to n):

```

**b)** In case you don't have twig

In the project directory:

```
composer require twig
```

If you are using twig ONLY for graphiql you might want to use `--dev` during composer require

Symfony Standard installation
-----------------------------

[](#symfony-standard-installation)

**a)** Enable the bundle in the 'dev' section

```
// in app/AppKernel.php
class AppKernel extends Kernel
{
    // ...

    public function registerBundles()
    {
        if (in_array($this->getEnvironment(), array('dev', 'test'))) {
            // ...
            $bundles[] = new Overblog\GraphiQLBundle\OverblogGraphiQLBundle();
        }
    }
}
```

**b)** Enable GraphiQL endpoint

```
# in app/config/routing_dev.yml
overblog_graphiql_endpoint:
    resource: "@OverblogGraphiQLBundle/Resources/config/routing.xml"
```

Done
----

[](#done)

It's done now, navigate to `/graphiql` in your project url

More
----

[](#more)

- [Custom HTTP headers](Resources/doc/custom-http-headers.md)
- [Custom GraphiQL parameters](Resources/doc/custom-parameters.md)
- [Define JavaScript libraries' versions](Resources/doc/libraries-versions.md)
- [Define a custom GraphQL endpoint](Resources/doc/graphql-endpoint.md)

Community
---------

[](#community)

- Get some support on [Symfony devs Slack](https://symfony.com/slack-invite)on the dedicated channel **overblog-graphql**.
- Follow us on [GitHub](https://github.com/overblog)

Contributing
------------

[](#contributing)

- [See contributing documentation](CONTRIBUTING.md)
- [Thanks to all contributors](https://github.com/overblog/GraphiQLBundle/graphs/contributors)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 63% 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 ~346 days

Recently: every ~505 days

Total

8

Last Release

699d ago

Major Versions

v0.2.1 → 1.0.02024-06-18

PHP version history (3 changes)v0.1.0-BETA1PHP ^5.6 || ^7.0

v0.2.0PHP &gt;=5.6

1.0.0PHP ^8.3

### Community

Maintainers

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

---

Top Contributors

[![renatomefi](https://avatars.githubusercontent.com/u/823634?v=4)](https://github.com/renatomefi "renatomefi (51 commits)")[![mcg-web](https://avatars.githubusercontent.com/u/1496283?v=4)](https://github.com/mcg-web "mcg-web (14 commits)")[![ruudk](https://avatars.githubusercontent.com/u/104180?v=4)](https://github.com/ruudk "ruudk (7 commits)")[![alafon](https://avatars.githubusercontent.com/u/304638?v=4)](https://github.com/alafon "alafon (3 commits)")[![xkobal](https://avatars.githubusercontent.com/u/1136820?v=4)](https://github.com/xkobal "xkobal (3 commits)")[![mathroc](https://avatars.githubusercontent.com/u/291531?v=4)](https://github.com/mathroc "mathroc (1 commits)")[![benji07](https://avatars.githubusercontent.com/u/166890?v=4)](https://github.com/benji07 "benji07 (1 commits)")[![ooflorent](https://avatars.githubusercontent.com/u/168498?v=4)](https://github.com/ooflorent "ooflorent (1 commits)")

---

Tags

graphqlgraphiql

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zidaneus-graphiql-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/zidaneus-graphiql-bundle/health.svg)](https://phpackages.com/packages/zidaneus-graphiql-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[overblog/graphiql-bundle

Symfony GraphiQLBundle makes possible to render the UI into your symfony project

766.0M24](/packages/overblog-graphiql-bundle)[overblog/graphql-bundle

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

8027.9M28](/packages/overblog-graphql-bundle)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)

PHPackages © 2026

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