About GraphQL

未匹配的标注

About GraphQL

GraphQL is a modern way to build HTTP APIs consumed by the web and mobile clients. It is intended to be a replacement for REST and SOAP APIs (even for existing applications).

GraphQL itself is a specification designed by Facebook engineers. Various implementations of this specification were written in different languages and environments.

Great overview of GraphQL features and benefits is presented on the official website. All of them equally apply to this PHP implementation.

About graphql-php

graphql-php is a feature-complete implementation of GraphQL specification in PHP (5.5+, 7.0+). It was originally inspired by reference JavaScript implementation published by Facebook.

This library is a thin wrapper around your existing data layer and business logic. It doesn't dictate how these layers are implemented or which storage engines are used. Instead, it provides tools for creating rich API for your existing app.

Library features include:

Also, several complementary tools are available which provide integrations with existing PHP frameworks, add support for Relay, etc.

Current Status

The first version of this library (v0.1) was released on August 10th 2015.

The current version (v0.10) supports all features described by GraphQL specification (including April 2016 add-ons) as well as some experimental features like Schema Language parser and Schema printer.

Ready for real-world usage.

GitHub

Project source code is hosted on GitHub.

本文章首发在 LearnKu.com 网站上。

上一篇 下一篇
《L01 基础入门》
我们将带你从零开发一个项目并部署到线上,本课程教授 Web 开发中专业、实用的技能,如 Git 工作流、Laravel Mix 前端工作流等。
《L04 微信小程序从零到发布》
从小程序个人账户申请开始,带你一步步进行开发一个微信小程序,直到提交微信控制台上线发布。
讨论数量: 0
发起讨论 查看所有版本


暂无话题~