bnnvara / graphql-bundle
GraphQL package for BNNVARA
Package info
bitbucket.org/bnnvara/graphql-bundle
Type:symfony-bundle
pkg:composer/bnnvara/graphql-bundle
4.1
2025-06-25 15:18 UTC
Requires
- php: ^8.3
- ext-json: *
- overblog/graphql-bundle: ^1.0
- symfony/http-foundation: *
- symfony/serializer-pack: ^1.3
Requires (Dev)
This package is auto-updated.
Last update: 2026-05-25 17:43:04 UTC
README
Installation
Using Composer:
composer require bnnvara/graphql-bundle
Enable the bundle in bundles.php.
return [
...
BNNVARA\GraphQLBundle\BNNVARAGraphQlBundle::class => ['all' => true],
...
];