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

ActiveLibrary[API Development](/categories/api)

suribit/graphql-bundle
======================

Symfony2 GraphQl Bundle used graphql-php

v0.0.1(10y ago)3579MITPHPPHP &gt;=5.4

Since Feb 2Pushed 10y ago1 watchersCompare

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

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

Symfony 2 GraphQl Bundle
========================

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

Use Facebook GraphQL with Symfony 2. This library port [laravel-graphql](https://github.com/Folkloreatelier/laravel-graphql). It is based on the PHP implementation [here](https://github.com/webonyx/graphql-php).

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

[](#installation)

**1-** Require the package via Composer in your `composer.json`.

```
{
	"require": {
		"suribit/graphql-bundle": "*"
	}
}
```

**2-** Run Composer to install or update the new requirement.

```
$ composer install
```

or

```
$ composer update
```

**3-** Add the service provider to your `app/AppKernel.php` file

```
