PHPackages                             fnash/graphql-on-rest-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. fnash/graphql-on-rest-bundle

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

fnash/graphql-on-rest-bundle
============================

Build a GraphQL layer for API Platform server (REST + JSON-LD)

110PHP

Since Jul 8Pushed 6y ago2 watchersCompare

[ Source](https://github.com/fnash/graphql-on-rest-bundle)[ Packagist](https://packagist.org/packages/fnash/graphql-on-rest-bundle)[ RSS](/packages/fnash-graphql-on-rest-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

GraphqlOnRestBundle
===================

[](#graphqlonrestbundle)

Main goal: Write a graphQL query, it will navigate your (Rest + JSON-LD) server and do the HTTP calls for you.

This Symfony bundle lets you build a GraphQL layer to automate HTTP calls to an API Platform based server (JSON-LD + REST). It is built on top of webonyx/graphql-php.

Includes
========

[](#includes)

- Command to validate graphql schema

```
$ bin/console graphql_on_rest:schema:validate
```

- Data profiler to dump GraphQL queries et HTTP requests

Installation
============

[](#installation)

Download the bundle
-------------------

[](#download-the-bundle)

```
    $ composer require fnash/graphql-on-rest-bundle
```

Register in the Kernel
----------------------

[](#register-in-the-kernel)

```
