nunomaduro / dig

πŸ‘¨πŸ»β€πŸŽ¨ A beautiful debug tool for the command line.

Home Page:https://nunomaduro.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

πŸ‘¨πŸ»β€πŸŽ¨ A beautiful debug tool for the command line.

https://nunomaduro.com

License:MIT License


Languages

Language:PHP 100.0%