Ray Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Ray is a beautiful, lightweight desktop app that helps you debug your app. There’s a free demo available that can be unlocked with a license.
After installing this plugin, you can use the ray()
function to quickly dump stuff. Any variable(s) that you pass to ray
will be displayed.
Here some examples:
`php
ray(‘Hello world’);
ray([‘a’ => 1, ‘b’ => 2])->color(‘red’);
ray(‘multiple’, ‘arguments’, ‘are’, ‘welcome’);
ray()->showQueries();
`
Here’s how that looks like in Ray.
There are many other helper functions available on Ray that allow you to display things that can help you debug such as runtime and memory usage, queries that were executed, and much more.
Full Documentation
The extensive documentation can be found here
Screenshots
No screenshots provided