Libraries tagged by var_export
symfony/var-exporter
400246513 Downloads
Provides tools to export, instantiate, hydrate, clone and lazy-load PHP objects
brick/varexporter
32244853 Downloads
A powerful alternative to var_export(), which can export closures and objects without __set_state()
riimu/kit-phpencoder
8137491 Downloads
Highly customizable alternative to var_export for PHP code generation
yiisoft/var-dumper
1303213 Downloads
Enhances functionality of var_dump() and var_export(). It is dealing with recursive references, may highlight syntax and export closures.
tysonandre/var_representation_polyfill
6714780 Downloads
Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export
phan/var_representation_polyfill
116285 Downloads
Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export
kktsvetkov/krumo
61701 Downloads
Krumo is a debugging tool, which displays structured information about any PHP variable. It is a nice replacement for print_r() or var_dump() which are used by a lot of PHP developers.
symfony/deepclone
3269 Downloads
Export any serializable PHP values as pure arrays - accelerator for Symfony's DeepCloner
henzeb/var-export-wrapper
17365 Downloads
wrapping objects and closures for var_export
bnomei/kirby3-php-cachedriver
2696 Downloads
PHP based Cache-Driver
gameplayjdk/php-file-cache
5849 Downloads
Low-level, file based cache using var_export() and some magic. Optionally PSR-16 compliant.
secursus/var_representation_polyfill
2809 Downloads
Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export
jrmajor/exporter
3010 Downloads
Like var_export, but unstable and you shouldn't use it
perchten/neat_html
2029 Downloads
Pretty-print PHP objects and arrays in html, json etc.
eloquent/depict
137 Downloads
A fast, recursion-safe, and succinct replacement for var_dump/var_export/print_r.