dig icon indicating copy to clipboard operation
dig copied to clipboard

👨🏻‍🎨 A beautiful debug tool for the command line.

Dig code example

Build Status Total Downloads Latest Stable Version License


Dig was created by, and is maintained by Nuno Maduro, and is a beautiful debug tool for the command line.

Installation & Usage

Requires PHP 7.4+

Require Dig using Composer:

composer require nunomaduro/dig --dev

Usage

caller()

The caller() method provide the function or method that invoked the currently executing function.

dig()->caller();

Contributing

Thank you for considering to contribute to Dig. All the contribution guidelines are mentioned here.

You can have a look at the CHANGELOG for constant updates & detailed information about the changes. You can also follow the twitter account for latest announcements or just come say hi!: @enunomaduro

License

Dig is an open-sourced software licensed under the MIT license.