laragraph / utils
Utilities for using GraphQL with Laravel
Installs: 7 871 778
Dependents: 8
Suggesters: 0
Security: 0
Stars: 18
Watchers: 3
Forks: 7
Open Issues: 0
Requires
- php: ^7.2 || ^8
- illuminate/contracts: ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11
- illuminate/http: ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11
- thecodingmachine/safe: ^1.1 || ^2
- webonyx/graphql-php: ^0.13.2 || ^14 || ^15
Requires (Dev)
- ergebnis/composer-normalize: ^2.11
- jangregor/phpstan-prophecy: ^1
- mll-lab/php-cs-fixer-config: ^4.4
- orchestra/testbench: ~3.6.0 || ~3.7.0 || ~3.8.0 || ~3.9.0 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 || ^9.x-dev
- phpstan/extension-installer: ^1
- phpstan/phpstan: ^1
- phpstan/phpstan-deprecation-rules: ^1
- phpstan/phpstan-phpunit: ^1
- phpstan/phpstan-strict-rules: ^1
- phpunit/phpunit: ^7.5 || ^8.5 || ^9 || ^10.5
- thecodingmachine/phpstan-safe-rule: ^1.1
README
Utilities for using GraphQL with Laravel
Installation
Install through composer
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
- Code-first: graphql-laravel
Changelog
See CHANGELOG.md
.
Contributing
See CONTRIBUTING.md
.
License
This package is licensed using the MIT License.