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
Requires
- php: ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.68.0
- phpstan/phpstan: ^2.1.1
- phpunit/phpunit: ^11.5.3
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.