qfzcm / graphql-php
A PHP port of GraphQL reference implementation
Installs: 1 037
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.1||^8.0
- ext-json: *
- ext-mbstring: *
Requires (Dev)
- amphp/amp: ^2.3
- doctrine/coding-standard: ^6.0
- nyholm/psr7: ^1.2
- phpbench/phpbench: ^0.16.10
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: 0.12.32
- phpstan/phpstan-phpunit: 0.12.11
- phpstan/phpstan-strict-rules: 0.12.2
- phpunit/phpunit: ^7.2|^8.5
- psr/http-message: ^1.0
- react/promise: 2.*
- simpod/php-coveralls-mirror: ^3.0
- squizlabs/php_codesniffer: 3.5.4
Suggests
- psr/http-message: To use standard GraphQL server
- react/promise: To leverage async resolving on React PHP platform
This package is auto-updated.
Last update: 2025-03-28 17:11:22 UTC
README
This is a PHP implementation of the GraphQL specification based on the reference implementation in JavaScript.
Installation
Via composer:
composer require qfzcm/graphql-php