GitHunt
YO

youshido-php/silex-graphql

silex-graphql

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.

Languages

PHP100.0%

Contributors

Latest Release

v0.0.2June 2, 2016
Created May 31, 2016
Updated March 18, 2026