Download the PHP package bcerati/graphql-kit without Composer
On this page you can find all versions of the php package bcerati/graphql-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package graphql-kit
graphql-kit
Here is a little library that'll help you develop an API using GraphQL and Symfony without worrying about implementing a whole GraphQL server.
It uses the powerful graphql-php library.
Installation
Using composer, in your symfony project you can issue this command:
Then register the routing. It'll create a GraphQL server for the POST
endpoint /api
:
or if you want to change this endpoint:
Finally, register the new installed bundle by adding this in your bundles.php
file:
Usage
All versions of graphql-kit with dependencies
PHP Build Version
Package Version
Requires
ext-json Version
*
webonyx/graphql-php Version ^0.13.5
symfony/http-foundation Version ^4.3
symfony/routing Version ^4.3
symfony/http-kernel Version ^4.3
symfony/config Version ^4.3
symfony/dependency-injection Version ^4.3
webonyx/graphql-php Version ^0.13.5
symfony/http-foundation Version ^4.3
symfony/routing Version ^4.3
symfony/http-kernel Version ^4.3
symfony/config Version ^4.3
symfony/dependency-injection Version ^4.3
The package bcerati/graphql-kit contains the following files
Loading the files please wait ....