sebastian/exporter
Exports PHP variables to readable, deterministic strings for visualization and debugging. Handles scalars, arrays (including recursion), objects, resources, and special float values (NAN/INF). Useful for test output, diffs, and diagnostics.
var_dump()/dd() in tests/debugging; handling recursive/cyclic references; generating readable test failure messages; working with special values (NAN, INF) or binary strings.var_dump() with consistent, recursive-safe exports. Works seamlessly with Laravel's ecosystem and PHPUnit, providing clean test outputs and safe handling of ORM proxies and circular references. No architectural changes required."How can I help you explore Laravel packages today?