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

bb26398 · Feb 22, 2023
Feb 21, 2023
Jan 30, 2023
Feb 21, 2023
Jan 24, 2023
Jan 30, 2023
Feb 22, 2023
Feb 22, 2023
Nov 24, 2021
Jan 30, 2023
Nov 4, 2022
Feb 18, 2022
Feb 22, 2023
May 23, 2022
Jan 19, 2018
Feb 4, 2023
Jan 6, 2023
Apr 7, 2022
Feb 17, 2023
Nov 9, 2022
Sep 30, 2021
Jan 2, 2022
Jan 25, 2023
Feb 21, 2023
Feb 15, 2022
Apr 25, 2022

Repository files navigation

graphql-php

CI Coverage Status Latest Stable Version

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 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. 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 no longer supported.

Contributors

This project exists thanks to all the people who 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.