dragoniscz/php-value-dumper

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

Maintainers

Package info

github.com/dragoniscz/PHPValueDumper

pkg:composer/dragoniscz/php-value-dumper

Statistics

Installs: 1 628

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2025-01-16 20:36 UTC

This package is not auto-updated.

Last update: 2026-03-28 00:34:45 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.