Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynloultratech/graphql-bundle
Create API projects based on GraphQL & Relay Specification
https://github.com/ynloultratech/graphql-bundle
graphql symfony-bundle
Last synced: 3 days ago
JSON representation
Create API projects based on GraphQL & Relay Specification
- Host: GitHub
- URL: https://github.com/ynloultratech/graphql-bundle
- Owner: ynloultratech
- License: mit
- Created: 2017-12-06T16:38:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T15:25:55.000Z (over 1 year ago)
- Last Synced: 2024-08-10T07:14:46.786Z (3 months ago)
- Topics: graphql, symfony-bundle
- Language: PHP
- Homepage:
- Size: 16.1 MB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL Bundle
[![Build Status](https://travis-ci.org/ynloultratech/graphql-bundle.svg?branch=master)](https://travis-ci.org/ynloultratech/graphql-bundle)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ynloultratech/graphql-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ynloultratech/graphql-bundle/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/ynloultratech/graphql-bundle/v/stable)](//packagist.org/packages/ynloultratech/graphql-bundle)
[![Latest Unstable Version](https://poser.pugx.org/ynloultratech/graphql-bundle/v/unstable)](//packagist.org/packages/ynloultratech/graphql-bundle)
[![License](https://poser.pugx.org/ynloultratech/graphql-bundle/license)](https://packagist.org/packages/ynloultratech/graphql-bundle)
[![GraphQL](https://img.shields.io/badge/GraphQL-Relay-blue.svg)](http://facebook.github.io/relay/docs/graphql-relay-specification.html)
[![Symfony](https://img.shields.io/badge/Symfony-%5E4.4%20%7C%20%5E5.0-green.svg)](https://symfony.com)Framework _(Symfony Bundle)_ designed to easily create API projects based on [GraphQL](https://graphql.org/) & [Relay Specification](http://facebook.github.io/relay/docs/en/graphql-relay-specification.html)
- [X] GraphQL types using doctrine annotations
- [X] GraphQL Relay Specification
- [X] GraphQL Subscriptions using [Mercure](https://mercure.rocks) protocol
- [X] API explorer and documentation with [GraphiQL](https://github.com/graphql/graphiql)
- [X] Common CRUD operations (Queries & Mutations)
- [X] Customizable mutations using Symfony Forms & Validator
- [X] [Behat](http://behat.org) extension included to write GraphQL API tests easily
- [X] *Convention over configuration* approach to avoid complicated configurations## Documentation
Full documentation is available on the [GraphQLBundle](https://graphql-bundle.ynloultratech.com) site.
If you don't know what GraphQL is, visit this [official website](http://graphql.org/)
by the Facebook engineering team.## Contribute
Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute.
## Copyright
This project is licensed under the [MIT license](LICENSE).