# graphql-php ![CI](https://github.com/webonyx/graphql-php/workflows/CI/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/webonyx/graphql-php/badge.svg?branch=master)](https://coveralls.io/github/webonyx/graphql-php?branch=master) [![Latest Stable Version](https://poser.pugx.org/webonyx/graphql-php/version)](https://packagist.org/packages/webonyx/graphql-php) [![License](https://poser.pugx.org/webonyx/graphql-php/license)](https://packagist.org/packages/webonyx/graphql-php) This is a PHP implementation of the GraphQL [specification](https://github.com/facebook/graphql) based on the [reference implementation in JavaScript](https://github.com/graphql/graphql-js). ## Installation Via composer: ``` composer require webonyx/graphql-php ``` ## Documentation Full documentation is available on the [Documentation site](https://webonyx.github.io/graphql-php/) as well as in the [docs](docs/) folder of the distribution. If you don't know what GraphQL is, visit the [official website](http://graphql.org) first. ## Examples There are several ready examples in the [examples](examples) folder of the distribution, with a specific README file per example. ## Contributors This project exists thanks to [all the people](https://github.com/webonyx/graphql-php/graphs/contributors) who contribute. [[Contribute](CONTRIBUTING.md)]. ## Backers ## Sponsors Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/webonyx-graphql-php#sponsor)] ## License See [LICENSE](LICENSE).