News

Run ray(), dump(), and dd() From Any PHP Script

Published
Run ray(), dump(), and dd() From Any PHP Script image

Global Ray is a package that enables ray(), dump(), and dd() from any PHP script:

While developers in the Symfony and Laravel communities enjoy debugging functions like dump() that provide a nice output for developers who want to debug values in PHP applications, not all PHP communities and environments in which you might develop have dump functions.

Using Global Ray, you can run useful debugging functions in any PHP script, thanks to a PHP INI setting auto_prepend_file:

composer global require spatie/global-ray
 
# Install adds global ray file to `auto_prepend_file`
# in your php.ini file
global-ray install

After installation you can run ray(), dump(), and dd() from any PHP script on your system.

You can download and install this package for free on GitHub at spatie/global-ray. Also, check out Freek Van der Herten's in-depth post on why this package was created and how it works.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Filed in

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Image Dominant Color and HEIC Support in Laravel 13.24 image

Image Dominant Color and HEIC Support in Laravel 13.24

Read article
Official Laravel Zed Extension: LSP for PHP & Blade image

Official Laravel Zed Extension: LSP for PHP & Blade

Read article
Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD image

Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD

Read article
PhpStorm 2026.2 Released image

PhpStorm 2026.2 Released

Read article
Laravel Doctor: Diagnose Your App With One Artisan Command image

Laravel Doctor: Diagnose Your App With One Artisan Command

Read article
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article