brannow/graphql-php

a Fork of the webonyx/graphql-php - A PHP port of GraphQL reference implementation

Maintainers

👁 brannow

Package info

github.com/brannow/graphql-php

pkg:composer/brannow/graphql-php

Fund package maintenance!

spawnia

Open Collective

Statistics

Installs: 4 368

Dependents: 0

Suggesters: 0

Stars: 0

1.2.0 2026-04-09 15:38 UTC

Requires

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT fc8e365a5ce2492c3f81b18dbf6cc7e9d56110aa

apigraphql

This package is auto-updated.

Last update: 2026-06-09 15:58:11 UTC


README

👁 Test
👁 Static Analysis
👁 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. 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.

Security

For security related issues, email benedikt@franke.tech instead of opening a GitHub issue.

Contributors

This project exists thanks to all the people who contribute.

Backers

👁 Image

Sponsors

Support this project by becoming a sponsor via OpenCollective or GitHub Sponsors. Your logo will show up here with a link to your website.

👁 Image
👁 Image
👁 Image
👁 Image
👁 Image
👁 Image
👁 Image
👁 Image
👁 Image
👁 Image

License

See LICENSE.