sinopower / graphql-php

A PHP port of GraphQL reference implementation

Home Page:https://webonyx.github.io/graphql-php/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-php

Build Status Code Coverage Latest Stable Version License

This is a PHP implementation of the GraphQL specification based on the reference implementation in JavaScript.

Installation

Via composer:

composer require webonyx/graphql-php

Documentation

Full documentation is available on the Documentation site as well as in the docs folder of the distribution.

If you don't know what GraphQL is, visit the official website first.

Examples

There are several ready examples in the examples folder of the distribution with specific README file per example.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

See LICENSE.

About

A PHP port of GraphQL reference implementation

https://webonyx.github.io/graphql-php/

License:MIT License


Languages

Language:PHP 100.0%