spatie / global-ray
Enable Ray in all PHP files on your system
Fund package maintenance!
spatie
Installs: 46 316
Dependents: 2
Suggesters: 0
Security: 0
Stars: 218
Watchers: 2
Forks: 11
Open Issues: 1
pkg:composer/spatie/global-ray
Requires
- php: ^7.4|^8.0
- symfony/console: ^4.2|^5.0|^6.0|^7.0|^8.0
- symfony/process: ^4.2|^5.0|^6.0|^7.0|^8.0
Requires (Dev)
- pestphp/pest: ^1.0|^2.0
This package is auto-updated.
Last update: 2026-01-28 14:39:38 UTC
README
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.
Support us
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.
Installation
You can install the global Ray via composer:
composer global require spatie/global-ray global-ray install
When running global-ray install, we'll add a line in your php.ini to automatically load the functions provided by this package.
Usage
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 framework specific functionality
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.
How to uninstall
To uninstall you must first issue this command:
global-ray uninstall
This 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-ray
Troubleshooting
If 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 --ini
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.