Download the PHP package alphabetus/var-dumper without Composer
On this page you can find all versions of the php package alphabetus/var-dumper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package var-dumper
Alpha Var Dumper - A basic Var Dumper
This package provides a simple var_dumper that allows you to transcript variables into file.
It generates the file /var/alpha-dump/dump.txt
with the contents of given var.
1. Basic Usage
-
$ composer require alphabetus/var-dumper
- The static method
::log()
can be used with 1 or 2 parameters:::log($var)
- Logs only the last call of the dump and deletes older entries.::log($var, $keep_log_boolean)
- if true, cumulates dumper calls in the same file.
Follow the example below
All versions of var-dumper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.2
The package alphabetus/var-dumper contains the following files
Loading the files please wait ....