Skip to content

PHP implementation of the GraphQL specification based on the reference implementation in JavaScript

License

Notifications You must be signed in to change notification settings

webonyx/graphql-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 14, 2020
3743d8e · Aug 14, 2020
Jun 4, 2020
Jul 21, 2020
Jul 21, 2020
Jun 21, 2020
Aug 14, 2020
Aug 14, 2020
Jun 21, 2020
Jan 6, 2020
May 8, 2019
Apr 14, 2020
Aug 14, 2020
Jun 26, 2020
Jan 19, 2018
Jul 20, 2020
Jun 21, 2020
Jul 21, 2020
Aug 20, 2017
Sep 14, 2016
Oct 22, 2018
Jul 21, 2020
Feb 26, 2020
Nov 6, 2018

Repository files navigation

graphql-php

CI Coverage Status 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 a 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.