2017 © Pedro Peláez
 

library silex-graphql

Silex graphql controller provider

image

youshido/silex-graphql

Silex graphql controller provider

  • Thursday, June 2, 2016
  • by portey
  • Repository
  • 4 Watchers
  • 9 Stars
  • 1,219 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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:, (*1)

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

GraphQL schema definition documentation with examples you can find here., (*2)

The Versions

02/06 2016

dev-master

9999999-dev

Silex graphql controller provider

  Sources   Download

proprietary

The Requires

 

by Portey Vasil

api silex provider graphql

02/06 2016

v0.0.2

0.0.2.0

Silex graphql controller provider

  Sources   Download

proprietary

The Requires

 

by Portey Vasil

api silex provider graphql

31/05 2016

v0.0.1

0.0.1.0

Silex graphql controller provider

  Sources   Download

proprietary

The Requires

 

by Portey Vasil

api silex provider graphql