Libraries tagged by var_export
symfony/var-exporter
296453438 Downloads
Allows exporting any serializable PHP data structure to plain PHP code
brick/varexporter
21534314 Downloads
A powerful alternative to var_export(), which can export closures and objects without __set_state()
riimu/kit-phpencoder
6414719 Downloads
Highly customizable alternative to var_export for PHP code generation
yiisoft/var-dumper
836646 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
4775366 Downloads
Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export
kktsvetkov/krumo
54391 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
7507 Downloads
wrapping objects and closures for var_export
bnomei/kirby3-php-cachedriver
2317 Downloads
PHP based Cache-Driver
secursus/var_representation_polyfill
2532 Downloads
Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export
bermudaphp/var-export
97 Downloads
gameplayjdk/php-file-cache
5215 Downloads
Low-level, file based cache using var_export() and some magic. Optionally PSR-16 compliant.
jrmajor/exporter
2531 Downloads
Like var_export, but unstable and you shouldn't use it
perchten/neat_html
1982 Downloads
Pretty-print PHP objects and arrays in html, json etc.
eloquent/depict
100 Downloads
A fast, recursion-safe, and succinct replacement for var_dump/var_export/print_r.
webino/var-export-php
5 Downloads
Exports variable as PHP file code.