v0.0.2 2020-12-18 21:32 UTC

This package is auto-updated.

Last update: 2024-04-20 08:40:19 UTC


README

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.