Skip to content

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.

License

Notifications You must be signed in to change notification settings

dragoniscz/PHPValueDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPValueDumper

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.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages