PHP Package: mll-lab/laravel-graphiql
Laravel package providing GraphiQL interface for easy API debugging and testing.
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.
Download Latest Version: 4.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.