Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncrypthic/doctrine-graphql-bundle
Symfony bundle for https://packagist.org/packages/ncrypthic/doctrine-graphql library
https://github.com/ncrypthic/doctrine-graphql-bundle
doctrine-orm graphql symfony-bundle
Last synced: 21 days ago
JSON representation
Symfony bundle for https://packagist.org/packages/ncrypthic/doctrine-graphql library
- Host: GitHub
- URL: https://github.com/ncrypthic/doctrine-graphql-bundle
- Owner: ncrypthic
- License: mit
- Created: 2019-05-27T16:33:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T10:33:26.000Z (over 4 years ago)
- Last Synced: 2024-04-19T15:23:42.519Z (7 months ago)
- Topics: doctrine-orm, graphql, symfony-bundle
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doctrine GraphQL Bundle
This is a Symfony bundle for [ncrypthic/doctrine-graphql](https://packagist.org/packages/ncrypthic/doctrine-graphql) library
## Installation
```sh
composer require ncrypthic/doctrine-graphql-bundle
```## Configuration
1. Enable the bundle in Symfony's `AppKernel`
```php