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

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article