GraphQLBundle:GraphQL Server的纯PHP实现– Symfony捆绑包

时间:2021-05-24 06:42:34
【文件属性】:
文件名称:GraphQLBundle:GraphQL Server的纯PHP实现– Symfony捆绑包
文件大小:222KB
文件格式:ZIP
更新时间:2021-05-24 06:42:34
PHP Symfony GraphQl捆绑包 这是一个基于纯实现的捆绑软件 该捆绑包为您提供: 与的完全兼容 敏捷的面向对象结构来构建您的GraphQL模式 直观的类型系统,使您可以更快地构建项目并保持一致 对您开发的GraphQL模式进行内置验证 记录良好的类,包含大量示例 自动创建端点/ graphql以处理请求 有一个简单的演示应用程序来演示我们如何构建我们的API,请参见 。 目录 安装 我们假设您有composer (如果没有),请从安装。 如果您在安装Symfony框架方面需要任何帮助,请 。 安装Symfony的快捷方式: composer create-project symfony/framework-standard-edition my_project_name 一旦您的作曲家启动并运行了,您就可以安装GraphQL Bundle。 转到您的项目文件夹并运行: com
【文件预览】:
GraphQLBundle-master
----Command()
--------GraphQLConfigureCommand.php(6KB)
----.gitignore(30B)
----Exception()
--------UnableToInitializeSchemaServiceException.php(122B)
----Field()
--------AbstractContainerAwareField.php(454B)
----Event()
--------ResolveEvent.php(2KB)
----Resources()
--------public()
--------views()
--------config()
----Controller()
--------GraphQLExplorerController.php(942B)
--------GraphQLController.php(6KB)
----LICENCE(1KB)
----composer.json(564B)
----README.md(8KB)
----Security()
--------Manager()
--------Voter()
----GraphQLBundle.php(1KB)
----DependencyInjection()
--------Configuration.php(3KB)
--------Compiler()
--------GraphQLExtension.php(2KB)
----phpunit.xml.dist(677B)
----Config()
--------Rule()
----Tests()
--------DependencyInjection()
----Execution()
--------Context()
--------Processor.php(6KB)
--------Container()

网友评论