PHP Package: mll-lab/laravel-graphiql

Laravel package providing GraphiQL interface for easy API debugging and testing.

Current Version: 3.3.4
Last Updated: 2025-05-19
PHP Requirement: ^8
Dependencies:
laravel/framework
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel GraphiQL is a convenient package that integrates GraphiQL into your Laravel application, allowing developers to interact with their APIs effortlessly. With a user-friendly interface, it streamlines the process of debugging and testing API endpoints. Improve your development workflow with this comprehensive tool.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.2

Download Download v4.0.2

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/mll-lab/laravel-graphiql/4.0.2/loader.php';
require_once 'libs/laravel/framework/{lib_version}/loader.php';

use Mll\LaravelGraphiql\GraphiQLController;

$obj = new GraphiQLController();
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.