spatie/laravel-log-dumper
Adds an ld() helper to dump any values to your Laravel application log using Symfony VarDumper formatting. Log multiple arguments, choose or chain log levels (info/debug/error/etc.), and enable/disable logging when needed.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| spatie/laravel-http-logger | 0.85 | Laravel middleware that logs incoming HTTP requests (payload, headers, etc.) to your configured log/channel, creating a safety net for critical form submissions and debugging. Includes toggleable enable flag plus customizable log profile and writer. | 674 | 679 | 59 | 105K | 0 | 26.5 | 34.2 | MIT | 3 months ago | |
| devportolio/laravel-dump-viewer | 0.85 | — | 0 | 0 | 0 | 3 | 0 | 0.0 | 8.3 | MIT | — | |
| phrity/logger-console | 0.85 | PSR-3 compatible console logger for local tests and CLI apps. Configure verbosity levels (quiet to debug), customize output format with placeholders (datetime, level, message, context), and optionally read verbosity from CLI flags like -q/-v/-vv/-vvv. | 0 | 0 | 0 | 181 | 0 | 11.1 | 33.6 | MIT | 6 months ago | |
| symfony/debug-bundle | 0.85 | Symfony DebugBundle integrates the VarDumper component and MonologBridge’s ServerLogCommand into the full-stack framework, enhancing debugging and server-side logging during development with tight Symfony tooling support. | 2,370 | 2,373 | 10 | 3M | 0 | 40.3 | 49.6 | MIT | 4 weeks ago | |
| symfony/var-dumper | 0.85 | Symfony VarDumper provides a smarter dump() for inspecting PHP variables, replacing var_dump() with rich, readable output. It can walk complex data structures, improving debugging in CLI and web contexts with configurable dumpers and casters. | 7,436 | 7,575 | 101 | 15M | 0 | 58.5 | 53.7 | MIT | 1 week ago | |
| onamfc/laravel-devlogger | 0.84 | Laravel database logger with automatic exception catching and rich metadata. Tag and filter logs by level, date, queue, status, request context, and user. Includes configurable retention/cleanup, fallback channels, and flexible env-based setup. | 16 | 16 | 1 | 0 | 0 | 5.5 | — | MIT | 10 months ago | |
| raulfraile/ladybug | 0.84 | Ladybug is an extensible var_dump/print_r replacement for PHP 5.3+ that renders any variable, object, or resource in a clean, readable format. Simple global helper (ladybug_dump) with solid docs and framework integrations. | 436 | 458 | 48 | 1K | 15 | 9.8 | 12.9 | MIT | 10 years ago | |
| laradumps/laradumps | 0.84 | LaraDumps is a modern PHP/Laravel debugging tool that sends dumps to a desktop app so your app flow isn’t interrupted. Inspect models, collections and Livewire, validate JSON, time code, and monitor queries, logs, exceptions, mail, jobs, and more. | 1,263 | 1,264 | 52 | 97K | 9 | 36.6 | 32.6 | MIT | 2 months ago | |
| symfony/debug | 0.84 | Symfony Debug provides tools to improve PHP error handling and debugging: enhanced exceptions, stack traces, error pages, and dumping utilities to inspect variables. Helps developers diagnose issues faster during development and integrate consistent error reporting. | 7,188 | 7,346 | 46 | 1M | 0 | 17.7 | 21.9 | MIT | 3 years ago | |
| zendframework/zend-debug | 0.84 | zend-debug provides debugging utilities for Zend Framework apps, including variable dumping, debug messages, and helpers to inspect execution during development. Useful for troubleshooting and profiling in legacy ZF-based projects. | 12 | 13 | 14 | 19K | 0 | 0.4 | 31.0 | BSD-3-Clause | 8 years ago | |
| spatie/laravel-artisan-dd | 0.84 | Run one-off Laravel code from the command line without opening Tinker. Use php artisan dd "User::first()" to execute expressions and dump results. Supports multiple expressions and short class names for quick debugging and inspection. | 161 | 164 | 14 | 583 | 0 | 21.2 | 10.2 | MIT | 3 months ago | |
| arth/http_log_bundle | 0.83 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| fadiramzi99/hr-logger | 0.83 | Laravel HR Logger package for tracking HR-related actions and events in your app. Provides structured logging of employee activities, audit-friendly records, and configurable logging channels to help monitor changes, approvals, and operational history. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | NOASSERTION | — | |
| spatie/activitylog | 0.81 | Laravel 5 user activity logging package by Spatie: records actions to a database table and optionally to Laravel’s log handler, with migration and facade support. Abandoned since 2016-06-28; use spatie/laravel-activitylog instead. | 582 | 596 | 74 | 155 | 0 | 5.0 | 1.0 | MIT | 9 years ago | |
| spatie/laravel-notification-log | 0.80 | Logs all notifications sent by your Laravel app, storing them as NotificationLogItems so you can query what was sent to a user, display notification history, and make sending decisions (e.g., avoid duplicates) via helpers like wasSentTo() and inThePastMinutes(). | 207 | 208 | 21 | 45K | 0 | 22.7 | 36.6 | MIT | 2 months ago | |
| onramplab/laravel-auditing-log | 0.80 | — | 1 | 1 | 0 | 125 | 0 | 0.9 | 24.9 | MIT | 3 years ago | |
| spatie/laravel-activitylog | 0.79 | Log user and model activity in Laravel with an easy API. Manually record actions or automatically log Eloquent events, attach subjects/causers and custom properties, and query everything via the Activity model stored in the activity_log table. | 5,843 | 5,903 | 745 | 2M | 0 | 67.0 | 41.0 | MIT | 2 months ago | |
| spatie/laravel-tail | 0.79 | Tail your Laravel application logs from the command line. Run php artisan tail to follow local single or daily logs, or tail remote environment logs over SSH (e.g., production) with configurable host, user, log directory, and optional file selection. | 748 | 758 | 45 | 36K | 0 | 28.7 | 26.4 | MIT | 3 months ago |
How can I help you explore Laravel packages today?