bnnvara / graphql-bundle
GraphQL package for BNNVARA
Package info
bitbucket.org/bnnvara/graphql-bundle
Type:symfony-bundle
pkg:composer/bnnvara/graphql-bundle
5.0
2026-06-29 07:28 UTC
Requires
- php: ^8.4
- ext-json: *
- overblog/graphql-bundle: ^1.10
- symfony/http-foundation: *
- symfony/serializer-pack: ^1.3
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-29 07:30:00 UTC
README
Installation
Using Composer:
composer require bnnvara/graphql-bundle
Enable the bundle in bundles.php.
return [
...
BNNVARA\GraphQLBundle\BNNVARAGraphQlBundle::class => ['all' => true],
...
];