ffi/var-dumper
Adds Symfony VarDumper support for PHP FFI types so dd() and dump() render structs, arrays, pointers, and more in a readable form. Includes “unsafe access” detection for risky pointer reads, with an env flag (VAR_DUMPER_FFI_UNSAFE=1) to fully inspect data.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ffi/env | 0.85 | Small PHP utility for detecting the FFI runtime environment. Get FFI status (enabled/disabled/CLI-only/not available), check availability, or assert FFI is usable with clear exceptions/messages. Useful for guarding FFI-dependent code paths. | 5 | 5 | 1 | 290 | 0 | 1.6 | 23.4 | MIT | 1 year ago | |
| symfony/debug | 0.83 | 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,176 | 7,346 | 46 | 1M | 0 | 17.7 | 21.7 | MIT | 4 years ago | |
| symfony/var-dumper | 0.81 | Symfony VarDumper provides a powerful dump() replacement for var_dump(), with smart variable inspection and rich output for debugging PHP applications. Walks complex data structures safely, improving readability and developer productivity. | 7,428 | 7,576 | 101 | 17M | 0 | 60.7 | 54.4 | MIT | 1 week ago | |
| jakub-onderka/php-var-dump-check | 0.80 | Abandoned CLI tool that scans PHP projects for leftover debug dumps (var_dump, print_r, var_export, plus Tracy/Ladybug/Symfony/Laravel/Doctrine/Zend helpers). Supports excludes, extension filtering, and optional colored output via console highlighter. | 27 | 24 | 14 | 595 | 5 | 2.8 | 21.3 | NOASSERTION | 7 years ago | |
| yiisoft/var-dumper | 0.75 | Yii VarDumper enhances var_dump()/var_export() with safe handling of recursive references, syntax highlighting, and closure export. Includes handy d(), dump(), and dd() helpers for quick debugging. Configurable depth and highlighting. | 21 | 21 | 13 | 53K | 4 | 11.0 | 50.6 | BSD-3-Clause | 8 months ago |
How can I help you explore Laravel packages today?