Libraries tagged by var_export
symfony/var-exporter
251804775 Downloads
Allows exporting any serializable PHP data structure to plain PHP code
brick/varexporter
17596429 Downloads
A powerful alternative to var_export(), which can export closures and objects without __set_state()
riimu/kit-phpencoder
5687255 Downloads
Highly customizable alternative to var_export for PHP code generation
tysonandre/var_representation_polyfill
4018372 Downloads
Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export
yiisoft/var-dumper
743739 Downloads
Enhances functionality of var_dump() and var_export(). It is dealing with recursive references, may highlight syntax and export closures.
kktsvetkov/krumo
50358 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.
henzeb/var-export-wrapper
3204 Downloads
wrapping objects and closures for var_export
bnomei/kirby3-php-cachedriver
1838 Downloads
PHP based Cache-Driver
bermudaphp/var-export
46 Downloads
perchten/neat_html
1975 Downloads
Pretty-print PHP objects and arrays in html, json etc.
secursus/var_representation_polyfill
2444 Downloads
Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export
jrmajor/exporter
2267 Downloads
Like var_export, but unstable and you shouldn't use it
jysperu/function-var-export2
27 Downloads
Función var_export2
eloquent/depict
84 Downloads
A fast, recursion-safe, and succinct replacement for var_dump/var_export/print_r.
gameplayjdk/php-file-cache
5014 Downloads
Low-level, file based cache using var_export() and some magic. Optionally PSR-16 compliant.