vojtech-dobes / php-graphql-server
dev-master
2025-04-22 16:34 UTC
Requires
- php: ~8.4
- ext-pcre: *
- guzzlehttp/promises: ^2.0.3
- nette/php-generator: ^4.0
- vojtech-dobes/php-grammar-processing: dev-master
Requires (Dev)
- jiripudil/phpstan-sealed-classes: ^1.3.0
- nette/tester: ^2.5.4
- phpstan/phpstan: ^2.1.12
- psr/log: ^3.0
- spaze/phpstan-disallowed-calls: ^4.5.0
- tracy/tracy: ^2.10.9
This package is auto-updated.
Last update: 2025-04-25 16:03:12 UTC
README
This library provides full-featured implementation of a GraphQL server, based on latest stable specification.
Installation
To install the latest version, run the following command:
composer require vojtech-dobes/php-graphql-server
Minimum supported PHP version is 8.4.
Documentation
Read full documentation here.