PHP Package: rebing/graphql-laravel

GraphQL-Laravel is a powerful PHP library for implementing GraphQL in Laravel applications, providing seamless integration and enhanced API functionality.

Current Version: 9.11.0
Last Updated: 2025-10-07
PHP Requirement: ^8.2
Dependencies:
webonyx/graphql-php
laravel/framework
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

GraphQL-Laravel is a comprehensive PHP library designed to facilitate the integration of GraphQL in Laravel projects. It offers a robust framework for creating efficient and flexible APIs, enabling developers to enhance data fetching capabilities and optimize query performance. With this library, you can streamline API development, simplify data retrieval, and customize responses with ease, making it an indispensable tool for modern web applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 9.11.0

Download Download v9.11.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/rebing/graphql-laravel/9.11.0/loader.php';
require_once 'libs/webonyx/graphql-php/15.25.1/loader.php';
require_once 'libs/laravel/framework/{lib_version}/loader.php';

use Rebing\GraphQL\GraphQLController;

$obj = new GraphQLController();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.