yiisoft/yii2-debug
Yii2 Debug adds a bottom toolbar and dedicated pages to inspect requests, logs, DB queries, profiling, and more during development. Install via Composer and enable the debug module in your app config to quickly diagnose issues.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| zendframework/zend-debug | 0.87 | 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 | |
| php-debugbar/php-debugbar | 0.86 | PHP Debug Bar adds an in-browser debug toolbar to PHP apps (dev only), replacing var_dump with collectors for messages, time, memory, exceptions, request data, PDO, Monolog, Symfony components, AJAX support, and request history. | 4,387 | 4,384 | 424 | 3M | 0 | 66.0 | 44.8 | MIT | 1 month ago | |
| symfony/debug-bundle | 0.86 | 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 | |
| firephp/firephp-core | 0.85 | Core library for FirePHP: send server-side debugging messages from PHP to the browser via HTTP headers. Inspect variables, logs, warnings, traces and exceptions in real time with compatible browser extensions, without breaking page output. | 231 | 249 | 74 | 25K | 13 | 7.3 | 32.5 | — | — | |
| barryvdh/laravel-debugbar | 0.85 | Integrate the PHP Debug Bar into Laravel to profile requests, inspect queries, routes, views, and logs, and monitor performance in real time. Toggle panels, collect timeline and memory data, and troubleshoot issues locally without touching your app code. | 19,221 | 19,506 | 1,605 | 3M | 75 | 88.4 | 62.8 | MIT | 1 month ago | |
| amp/subrequestextra-bundle | 0.85 | — | 6 | 6 | 0 | 0 | 0 | 0.0 | — | — | — | |
| symfony/debug-pack | 0.85 | Symfony Debug Pack is a Composer meta-package that installs Symfony’s debugging tools for development: ErrorHandler, VarDumper, DebugBundle, and related components. Adds better error pages, stack traces, profiling hooks, and safer debugging without affecting production. | 1,469 | 1,469 | 4 | 44K | 0 | 7.8 | 20.7 | MIT | 4 years ago | |
| fruitcake/laravel-debugbar | 0.84 | Integrate PHP Debug Bar into Laravel to inspect requests in real time. Shows executed queries, routes, views, logs, cache/events, and timing/memory metrics with an in-browser toolbar and detailed panels. Great for profiling and debugging during development. | 19,221 | 19,201 | 1,605 | 498K | 75 | 89.0 | 51.7 | MIT | 1 month ago | |
| spatie/yii-ray | 0.81 | Yii2 integration for Spatie Ray desktop debugger. Send dumps, arrays, HTML, queries, and more from your Yii2 app to Ray for faster debugging. Includes performance tools and the same Ray API used across PHP frameworks. | 2 | 2 | 3 | 1K | 0 | 18.3 | 40.8 | MIT | 3 months ago | |
| symfony/debug | 0.80 | 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 | |
| yiisoft/yii2-dev | 0.80 | Yii 2 is a modern, fast, secure, and flexible PHP framework with sensible defaults out of the box. It provides strong foundations for web apps and APIs, with extensive documentation, guides, and class reference. Requires PHP 7.4+ (best on 8). | 14,301 | 14,306 | 6,777 | 1K | 275 | 88.3 | 31.9 | BSD-3-Clause | 3 weeks ago | |
| yiisoft/yii2-redis | 0.80 | Yii2 Redis extension providing Redis connection plus Cache, Session, and Mutex handlers, and an ActiveRecord layer to store and query structured data in Redis using familiar Yii2 patterns. Requires Redis 2.6.12+ and PHP 7.4+ (best on PHP 8). | 449 | 479 | 183 | 208K | 30 | 36.6 | 55.0 | BSD-3-Clause | 4 weeks ago | |
| yiisoft/yii2-app-advanced | 0.79 | Yii 2 Advanced Application Template: a starter project for building Yii2 apps with separate frontend and backend, shared common code, environment-specific configs, and ready-to-use tools for development, testing, and deployment. | 1,669 | 1,699 | 1,254 | 1K | 3 | 24.2 | 4.3 | BSD-3-Clause | — | |
| yiisoft/files | 0.77 | Yii Files is a PHP 8+ utility package with FileHelper methods for common filesystem tasks: ensure/create directories with permissions, remove or clear directories, filter files via path matching, and other file and directory management helpers. | 0 | 37 | — | 37K | — | 12.3 | 45.3 | — | — | |
| yiisoft/yii2-bootstrap5 | 0.76 | Bootstrap 5 integration for Yii 2 apps. Provides widgets, helpers, and asset bundles to render Bootstrap 5 components with Yii’s view and form APIs, enabling consistent styling and UI elements using Bootstrap 5 in Yii 2 projects. | 66 | 66 | 44 | 65K | 7 | 14.6 | 47.4 | BSD-3-Clause | 6 months ago | |
| yiisoft/yii2-gii | 0.76 | Gii is Yii2’s web-based code generator. Rapidly scaffold models, CRUD, controllers, forms, and modules with templates you can customize. Speeds up development and enforces consistent structure, with an extensible generator system for your own blueprints. | 201 | 211 | 189 | 214K | 82 | 26.7 | 64.6 | BSD-3-Clause | — | |
| yiisoft/yii2-twig | 0.76 | — | 134 | 143 | 60 | 21K | 8 | 4.8 | 32.8 | BSD-3-Clause | — | |
| codeception/module-yii2 | 0.73 | Codeception Yii2 module for acceptance and functional testing. Provides helpers to bootstrap Yii2 apps, handle fixtures, navigate routes, interact with models and components, and integrate Yii2-specific assertions into your Codeception test suite. | 19 | 19 | 41 | 185K | 6 | 20.2 | 62.1 | MIT | 5 months ago |
How can I help you explore Laravel packages today?