youshido/silex-graphql

Silex graphql controller provider

Maintainers

Package info

github.com/Youshido/silex-graphql

Issues

pkg:composer/youshido/silex-graphql

Statistics

Installs: 1 236

Dependents: 0

Suggesters: 0

Stars: 8

v0.0.2 2016-06-02 14:04 UTC

This package is not auto-updated.

Last update: 2026-03-01 02:54:04 UTC


README

This is a Silex controller provider to PHP GraphQL Library

To add GraphQL server to your project, just add these lines to your php file:

$schema = new YourProjectSchema();
$app->mount('/graphql', new GraphQLControllerProvider($schema));

GraphQL schema definition documentation with examples you can find here.