PHPackages                             xkojimedia/altair-graphql-symfony-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. xkojimedia/altair-graphql-symfony-bundle

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

xkojimedia/altair-graphql-symfony-bundle
========================================

Symfony bundle for loading the Altair GraphQL Client

v0.0.1(6y ago)29[3 issues](https://github.com/XKojiMedia/altair-graphql-symfony-bundle/issues)[3 PRs](https://github.com/XKojiMedia/altair-graphql-symfony-bundle/pulls)MITPHPPHP ^7.1

Since Jan 16Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (5)Used By (0)

Altair GraphQL Symfony Bundle
=============================

[](#altair-graphql-symfony-bundle)

Symfony bundle for loading the [Altair GraphQL Client](https://altair.sirmuel.design/).

[![altair-graphql](https://camo.githubusercontent.com/fb1e3916ea0ce9c5c99746477cfb7f561813767617e6f772687d596aa8f7b8e7/68747470733a2f2f692e696d6775722e636f6d2f6836334f4250412e706e67)](https://camo.githubusercontent.com/fb1e3916ea0ce9c5c99746477cfb7f561813767617e6f772687d596aa8f7b8e7/68747470733a2f2f692e696d6775722e636f6d2f6836334f4250412e706e67)

> **Please note**: This is not a GraphQL Server implementation, only a UI for testing and exploring your schema.

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require xkojimedia/altair-graphql-symfony-bundle
```

### Applications that don't use Symfony Flex

[](#applications-that-dont-use-symfony-flex)

#### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require xkojimedia/altair-graphql-symfony-bundle
```

#### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    XKojiMedia\Bundle\AltairGraphqlBundle\AltairGraphqlBundle::class => ['all' => true],
];
```

Add the route for the bundle in your `config/routes.yaml` file:

```
altair_graphql:
    resource: '@AltairGraphqlBundle/Resources/config/routes.yaml'
    prefix:   /altair
```

Altair GraphQL Client would be available at `/altair` path in your server.

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

[](#configuration)

You can configure the bundle by creating a `config/packages/altair_graphql.yaml` configuration file:

```
altair_graphql:
    endpoint: '/graphql' # GraphQL endpoint used by Altair
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2309d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/71fe9eb20625980548298b3a4500e7bb4958480466338e0bd88e76ab39f8a282?d=identicon)[imolorhe](/maintainers/imolorhe)

---

Top Contributors

[![imolorhe](https://avatars.githubusercontent.com/u/4608143?v=4)](https://github.com/imolorhe "imolorhe (2 commits)")

### Embed Badge

![Health badge](/badges/xkojimedia-altair-graphql-symfony-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[nanofelis/json-rpc-bundle

This bundle provides a JSON RPC 2.0 implementation for Symfony

1176.1k](/packages/nanofelis-json-rpc-bundle)[components-web-app/api-components-bundle

Creates a flexible API for a website's structure, reusable components and common functionality.

322.8k](/packages/components-web-app-api-components-bundle)

PHPackages © 2026

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