iachilles/graphql

A PHP port of GraphQL reference implementation

Maintainers

Package info

github.com/iAchilles/graphql

Homepage

pkg:composer/iachilles/graphql

Fund package maintenance!

Open Collective

Statistics

Installs: 58

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0


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.