Ray is a PHP library for debugging and profiling with a beautiful and intuitive interface.
Current Version: 1.44.1
Last Updated: 2025-11-21
PHP Requirement: ^7.4|^8.0
Dependencies: None
Package Description
Ray is a powerful PHP package that offers a wide array of features for debugging and profiling applications. With its sleek interface, Ray allows developers to visualize data effectively and optimize their code efficiently. By providing real-time insights, Ray streamlines the development process and enhances productivity, making it an invaluable tool for PHP developers worldwide.
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/ray/1.44.1/loader.php';
use Spatie\Ray\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.