Libraries tagged by vars
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.
johnathanmiller/secure-env-php
43432 Downloads
Encrypt environment files for production use.
aronduby/dump
165253 Downloads
D::ump - a PHP 5.4 print_r/var_dump replacement base on Krumo
stymiee/email-validator
213437 Downloads
The Email Validator library builds upon PHP's built in filter_var($emailAddress, FILTER_VALIDATE_EMAIL); by adding a default MX record check. It also offers additional validation against disposable email addresses, free email address providers, and a custom banned domain list.
sarhan/php-flatten
134655 Downloads
Flattens multidimensional arrays, traversables and vars into one dimensional array.
codemix/yii2-configloader
105823 Downloads
Build configuration arrays from config files and env vars.
apen/additional_reports
106009 Downloads
Useful information in the reports module : xclass, ajax, cliKeys, eID, general status of the system (encoding, DB, php vars...), hooks, compare local and TER extension (diff), used content type, used plugins, ExtDirect... It can really help you during migration or new existing project (to have a global reports of the system).
m1/vars
122423 Downloads
Vars is a simple to use and easily extendable configuration loader with in built loaders for ini, json, PHP, toml, XML and yaml/yml file types. It also comes with in built support for Silex and more frameworks to come soon.
ext-var_representation
Downloads
serendipity_hq/component-var-dumper-f
286130 Downloads
Adds functions dumpf() and ddf() to Symfony's VarDumper component to be used in CLI scripts to dump to a file.
oskarstark/env-var-extension
85584 Downloads
A Twig extension to access env variables
mrsuh/php-var-sizeof
1619 Downloads
Provides functions for getting full size of any PHP variable
morrislaptop/var-dumper-with-context
132260 Downloads
Show the line number where the dump method was called
chevere/var-dump
19884 Downloads
A multi-purpose colorful modern alternative to var_dump
jakub-onderka/php-var-dump-check
426680 Downloads
Find forgotten variables dump in PHP source code.