iachilles/graphql

A PHP port of GraphQL reference implementation


README

License

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

Installation

Via composer:

composer require iachilles/graphql

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.

License

See LICENSE.