40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
# laragraph/utils
|
|
|
|
[](https://github.com/laragraph/utils/actions)
|
|
[](https://codecov.io/gh/laragraph/utils)
|
|
[](https://github.styleci.io/repos/228471198)
|
|
|
|
[](https://packagist.org/packages/laragraph/utils)
|
|
[](https://packagist.org/packages/laragraph/utils)
|
|
|
|
Utilities for using GraphQL with Laravel
|
|
|
|
## Installation
|
|
|
|
Install through composer
|
|
|
|
```bash
|
|
composer require laragraph/utils
|
|
```
|
|
|
|
## Usage
|
|
|
|
This package holds basic utilities that are useful for building a GraphQL server with Laravel.
|
|
If you want to build an application, we recommend using a full framework that integrates the
|
|
primitives within this package:
|
|
|
|
- SDL-first: [Lighthouse](https://github.com/nuwave/lighthouse)
|
|
- Code-first: [graphql-laravel](https://github.com/rebing/graphql-laravel)
|
|
|
|
## Changelog
|
|
|
|
See [`CHANGELOG.md`](CHANGELOG.md).
|
|
|
|
## Contributing
|
|
|
|
See [`CONTRIBUTING.md`](.github/CONTRIBUTING.md).
|
|
|
|
## License
|
|
|
|
This package is licensed using the MIT License.
|