This package can be installed globally to send debug output from any PHP app to Ray, the desktop debugging app from Spatie.
Ray is a desktop debugging app that keeps the instant feedback you get from console.log() and dump() but lets you use the same debugging syntax across Laravel, PHP, JavaScript and more frameworks and languages.
- Send anything you want to Ray, including HTML, arrays, queries, and Markdown files.
- View and interact with output your AI sends to Ray using our MCP server.
- Measure performance and pause execution in PHP.
- Beautifully designed themes to match your style.
Download our free trial and send up to 20 messages each session. Enjoying Ray? Buy a license to unlock the app and get full access.
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
You can install the global Ray via composer:
composer global require spatie/global-ray
global-ray installWhen running global-ray install, we'll add a line in your php.ini to automatically load the functions provided by this package.
You can use ray() with all supported methods in any PHP file.
The rd(), dump() and dd() functions will also be available in any PHP project or script.
Using Laravel, WordPress, Yii, or another supported PHP framework or CMS? Install the dedicated integration for better integration and framework-specific features. If one of those packages is detected, it will be used instead of global-ray.
To uninstall you must first issue this command:
global-ray uninstallThis will remove the line in php.ini that automatically loads ray() and related functions.
After that, you can uninstall the package itself using
composer global remove spatie/global-rayIf all your PHP scripts suddenly terminate very early with a strange error after you upgrade PHP or switch to a different version, the global-ray might be the cause.
As mentioned before, during install we slightly modify your php.ini. To manually uninstall global ray, remove the script named global-ray-loader.php in the auto_prepend_file directive in php.ini.
You find the location of your php.ini by executing this command:
php --inicomposer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
