Download the PHP package secundo/laravel-graphql-query-builder without Composer
On this page you can find all versions of the php package secundo/laravel-graphql-query-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download secundo/laravel-graphql-query-builder
More information about secundo/laravel-graphql-query-builder
Files in secundo/laravel-graphql-query-builder
Package laravel-graphql-query-builder
Short Description A powerful and elegant GraphQL query builder for PHP, designed specifically for Laravel applications
License MIT
Homepage https://github.com/SecundoAS/laravel-graphql-query-builder
Informations about the package laravel-graphql-query-builder
Laravel GraphQL Query Builder
A powerful and elegant GraphQL query builder for PHP, designed specifically for Laravel applications. Build GraphQL queries and mutations with a fluent, type-safe interface.
Features
- Fluent API: Build GraphQL queries using an intuitive, chainable interface
- Type Safety: Full PHP 8+ type hints for better IDE support and fewer runtime errors
- Laravel Integration: Built with Laravel conventions and auto-discovery
- Variable Support: Automatic variable handling with type safety
- Fragment Support: Create reusable query fragments
- Inline Fragments: Type-based conditional field selection
Requirements
- PHP 8.3 or higher
- Laravel 11.0 or higher
Installation
You can install the package via composer:
The service provider will be automatically registered using Laravel's package discovery.
Quick Start
Basic Query
Query with Arguments
Nested Fields
Using Variables
Mutations
Fragments
Inline Fragments
Advanced Usage
Multiple Variables with Default Values
Field Aliases
Directives
Laravel Integration
Using the Facade
Dependency Injection
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you discover a security vulnerability, please send an email to [email protected]. All security vulnerabilities will be promptly addressed.
Credits
- Secundo Team
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-graphql-query-builder with dependencies
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/contracts Version ^11.0|^12.0|^13.0