habeuk/debug
debug php drupal
Maintainers
3.0.2
2026-06-15 11:25 UTC
Requires
- kint-php/kint: ^5.0|^6
- monolog/monolog: ^3.4
- phpmailer/phpmailer: ^6.5
- symfony/stopwatch: ^7|^8
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT e4ebdaff83e6233c798213292f0a847ff5215876
- stephane888 <kksasteph888.woop@gmail.com>
README
Help to debug code.
installation
composer require habeuk/debug
Author
👁 Logo habeukProvide by habeuk.com
Usage
You have to setup smtp parameters if you want to send logs by mail
DebugLogger::$smtpSettings['host'] = '';
DebugLogger::$smtpSettings['sender'] = "";
DebugLogger::$smtpSettings['sender_name'] = '';
DebugLogger::$smtpSettings['port'] = 587;
DebugLogger::$smtpSettings['user_name'] = "";
DebugLogger::$smtpSettings['password'] = "";
DebugLogger::$smtpSettings['recipients'] = ['email1', 'email2']
DebugLogger::$logDir = "log path"; // The path where you want to save the log files
