bnnvara / graphql
Abstraction for webonyx/graphql package
2.0-ALPHA6
2020-10-29 11:12 UTC
Requires
- php: ^7.4
- ext-json: *
- beberlei/assert: ^3.2
- webonyx/graphql-php: v14.3.*
Requires (Dev)
- phpunit/phpunit: ^9.2
Suggests
- bnnvara/graphql-cache: Adds cache functionality
- bnnvara/graphql-logging: Adds log functionality
- bnnvara/graphql-security: Adds security functionality
This package is auto-updated.
Last update: 2024-11-06 15:19:19 UTC
README
By BNNVARA
This package contains classes interfaces that wrap around webonyx/graphql.
The main goal of this package is getting more structure for your graphql endpoints in bigger projects. It only contains functionality needed in our projects.
Miss some functionality? Feel free to send a pull request!
Installation
Via composer:
composer require bnnvara\graphql
Examples
Examples can be found on the examples.