youshido/silex-graphql
Composer 安装命令:
composer require youshido/silex-graphql
包简介
Silex graphql controller provider
关键字:
README 文档
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.
统计信息
- 总下载量: 1.24k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2016-05-31