rromanovsky/graphiql-middleware
Composer 安装命令:
composer require rromanovsky/graphiql-middleware
包简介
GraphiQL PSR-7 Middleware based on https://github.com/graphql/graphiql
关键字:
README 文档
README
You can add a GraphiQL interface to your project with this PSR-7 Middleware
Install
composer require rromanovsky/graphiql-middleware
Usage
- Slim
use GraphiQLMiddleware\GraphiQLMiddleware; // By default the middleware will be executed on '/graphiql' route $app->add(new GraphiQLMiddleware());
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-04
