nunomaduro / dig
A beautiful debug tool for the command line.
Fund package maintenance!
nunomaduro
Patreon
www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L
Requires
- php: ^7.4 || ^8.0
- nunomaduro/collision: ^5.1
- symfony/var-dumper: ^5.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16.4
- phpstan/phpstan: ^0.12.48
This package is auto-updated.
Last update: 2024-11-20 10:14:40 UTC
README
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.