Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 3.43 KB

File metadata and controls

51 lines (35 loc) · 3.43 KB

graphql-php

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

Sponsors

If you make money using this project, please consider sponsoring its maintainer on GitHub Sponsors or the project on OpenCollective.

Installation

Via composer:

composer require webonyx/graphql-php

Documentation

Full documentation is available at https://webonyx.github.io/graphql-php or in the docs directory.

Examples

There are several ready examples in the examples directory, with a specific README file per example.

Versioning

This project follows Semantic Versioning 2.0.0.

Elements that belong to the public API of this package are marked with the @api PHPDoc tag. Constants included in the class-reference docs are also part of the public API. Those elements are thus guaranteed to be stable within major versions. All other elements are not part of this backwards compatibility guarantee and may change between minor or patch versions.

The most recent version is actively developed on master. Older versions are generally no longer supported, although exceptions may be made for sponsors.