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

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

overblog/graphiql-bundle
========================

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

v1.0.0(1y ago)766.0M↓12.1%24[8 issues](https://github.com/overblog/GraphiQLBundle/issues)[1 PRs](https://github.com/overblog/GraphiQLBundle/pulls)20MITPHPPHP ^8.0CI failing

Since Oct 30Pushed 1y ago7 watchersCompare

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

READMEChangelog (8)Dependencies (17)Versions (9)Used By (20)

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](docs/custom-http-headers.md)
- [Custom page rendering](docs/custom-rendering.md)
- [Custom GraphiQL parameters](docs/custom-parameters.md)
- [Define JavaScript libraries' versions](docs/libraries-versions.md)
- [Define a custom GraphQL endpoint](docs/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

54

—

FairBetter than 97% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity59

Moderate usage in the ecosystem

Community35

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 52.6% 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 ~368 days

Recently: every ~544 days

Total

8

Last Release

543d ago

Major Versions

v0.3.0 → v1.0.02024-11-22

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

v0.2.0PHP &gt;=5.6

v0.3.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7067603?v=4)[Webedia - Overblog](/maintainers/Overblog)[@overblog](https://github.com/overblog)

---

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 (19 commits)")[![ruudk](https://avatars.githubusercontent.com/u/104180?v=4)](https://github.com/ruudk "ruudk (7 commits)")[![a-melnikov](https://avatars.githubusercontent.com/u/29042693?v=4)](https://github.com/a-melnikov "a-melnikov (7 commits)")[![alafon](https://avatars.githubusercontent.com/u/304638?v=4)](https://github.com/alafon "alafon (3 commits)")[![aszenz](https://avatars.githubusercontent.com/u/25319264?v=4)](https://github.com/aszenz "aszenz (3 commits)")[![xkobal](https://avatars.githubusercontent.com/u/1136820?v=4)](https://github.com/xkobal "xkobal (3 commits)")[![ooflorent](https://avatars.githubusercontent.com/u/168498?v=4)](https://github.com/ooflorent "ooflorent (1 commits)")[![benji07](https://avatars.githubusercontent.com/u/166890?v=4)](https://github.com/benji07 "benji07 (1 commits)")[![andrew-demb](https://avatars.githubusercontent.com/u/12499813?v=4)](https://github.com/andrew-demb "andrew-demb (1 commits)")[![mathroc](https://avatars.githubusercontent.com/u/291531?v=4)](https://github.com/mathroc "mathroc (1 commits)")

---

Tags

graphqlgraphiql

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[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)
