PHP Package: spatie/laravel-ray

Laravel-Ray is a powerful PHP library for debugging and profiling Laravel applications with Ray.

Current Version: 1.40.1
Last Updated: 2025-03-14
PHP Requirement: ^7.4 || ^8.0
Dependencies:
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel-Ray is a comprehensive tool designed to enhance the debugging and profiling experience for Laravel developers. It integrates seamlessly with Ray, providing advanced features for monitoring application performance and troubleshooting potential issues effectively.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.40.2

Clock Coming soon

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/spatie/laravel-ray/1.40.2/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';

use Spatie\LaravelRay\Ray;

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