dragoniscz/php-value-dumper

PHPValueDumper is a library designed to convert objects into PHP strings that can be used to create corresponding variables.

1.0.0 2025-01-16 20:36 UTC

This package is not auto-updated.

Last update: 2025-07-04 21:10:15 UTC


README

PHPValueDumper is a library designed to convert objects into PHP strings that can be used to create corresponding variables. This functionality is particularly useful for scenarios like caching, where generating an object is time-consuming. By converting the object into a format suitable for storage, you can easily save and reload it when needed.